Satyam Goyal
Merge pull request #95 from Satgoy152:adding-doc
e7d94f5
|
raw
history blame
1.19 kB

SFace

SFace: Sigmoid-Constrained Hypersphere Loss for Robust Face Recognition

Note:

Results of accuracy evaluation with tools/eval.

Models Accuracy
SFace 0.9940
SFace quant 0.9932

*: 'quant' stands for 'quantized'.

Demo

NOTE: This demo uses ../face_detection_yunet as face detector, which supports 5-landmark detection for now (2021sep).

Run the following command to try the demo:

# recognize on images
python demo.py --input1 /path/to/image1 --input2 /path/to/image2

# get help regarding various parameters
python demo.py --help

License

All files in this directory are licensed under Apache 2.0 License.

Reference