Files
FaceRecognition/models/README.md

931 B

Face Embedding Model

face_recognition_sface_2021dec.onnx is the OpenCV Zoo SFace model used by the default application. It accepts an aligned 112 x 112 BGR face and returns a 128-dimensional feature vector. The application L2-normalizes that vector before publishing it.

Keep the license and model metadata with the model when redistributing the repository. CMake verifies the bundled model checksum, and the application validates its output contract during startup rather than running without feature extraction.