Views
No views yet
redrob-labs/redrob-verify-faceservices/face/ in the GitHub repo| File | Model | Role |
|---|---|---|
face_detection_yunet_2023mar.onnx | YuNet | Face detection |
face_recognition_sface_2021dec.onnx | SFace | Face embedding / match |
raw URLs.face.backend: sface). Typical use: selfie vs ID-document face for KYC-style flows.1# From the redrob-verify checkout (preferred)
2./tools/fetch_models.sh
3
4# Or Hub only
5huggingface-cli download redrob-labs/redrob-verify-face \
6 --local-dir models/facemodels/face/ as named above (see config.yaml face.sface.*).