You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inference service would run only on hardware controlled by our photography business. It would rank event photos that may contain the same face as a customer-provided selfie. It would not be used for authentication or identity verification, and no external face API would receive customer data.
The model directory README states that all files are licensed under Apache-2.0. We also found:
The original SFace repository mentions CASIA-WebFace, VGGFace2, and MS1MV2, but does not map this exact ONNX weight to a training dataset.
The pull request that introduced the December 2021 weight does not document its training-data provenance.
Before commercial deployment, could an authorized maintainer or the original model contributor please clarify:
Does the Apache-2.0 license in this directory explicitly cover the pretrained weights in the exact ONNX file and checksum above, including commercial inference use?
Which exact training dataset or combination of datasets was used to produce this weight?
Do the applicable dataset/model terms permit commercial inference using the derived weight?
Is local use in a paid photography-gallery service permitted without a separate model license or fee?
May the weight be placed in a private application container or private model volume, provided that the Apache-2.0 license and attribution notices are preserved?
Is the Git LFS SHA-256 above the preferred immutable identifier for this model, or is there an official release/tag/checksum that should be used instead?
A public reply from an authorized maintainer or original contributor would be retained as part of our model compliance record.
Hello OpenCV Zoo maintainers,
We are evaluating the following exact model for a locally hosted commercial photography-gallery face-similarity search:
models/face_recognition_sface/face_recognition_sface_2021dec.onnx0ba9fbfa01b5270c96627c4ef784da859931e02f04419c829e83484087c34e7938,696,353bytesThe inference service would run only on hardware controlled by our photography business. It would rank event photos that may contain the same face as a customer-provided selfie. It would not be used for authentication or identity verification, and no external face API would receive customer data.
The model directory README states that all files are licensed under Apache-2.0. We also found:
Before commercial deployment, could an authorized maintainer or the original model contributor please clarify:
A public reply from an authorized maintainer or original contributor would be retained as part of our model compliance record.
cc @fengyuentau @zhongyy
Thank you for your time and for maintaining OpenCV Zoo.