sface-GGUF / README.md
cstr's picture
Upload README.md with huggingface_hub
5ad7ff6 verified
---
license: apache-2.0
language: [multilingual]
tags: [embeddings, gguf, ggml, face-recognition, sface, crispembed]
pipeline_tag: feature-extraction
base_model: opencv/face_recognition_sface
---
# SFace GGUF
GGUF format of [SFace](https://github.com/opencv/opencv_zoo/tree/main/models/face_recognition_sface) (OpenCV Zoo, Apache 2.0) for use with [CrispEmbed](https://github.com/CrispStrobe/CrispEmbed).
128-dimensional face embedding from MobileFaceNet backbone. Commercially permissive — no non-commercial restrictions.
## Parity
| Metric | Value |
|---|---|
| Cosine vs ONNX Runtime | 0.999998 |
| Max element diff | 0.000224 |
| Architecture | MobileFaceNet (27 conv, PReLU, 128-D) |
| Input | Aligned 112×112 face crop |
| BatchNorm | Folded into Conv at conversion time |
## Quick Start
## License
Apache 2.0 (OpenCV Zoo). Commercially permissive — no NC restrictions.
Alternative to InsightFace ArcFace (which requires non-commercial license).