A PyTorch Implementation of SphereFace. The code can be trained on CASIA-Webface and the best accuracy on LFW is 99.22%.
SphereFace: Deep Hypersphere Embedding for Face Recognition
bash get_lfw.sh
python train.py
# lfw evaluation
python lfw_eval.py --model model/sphere20a_20171020.pth
Model name | LFW accuracy | Training dataset |
---|---|---|
20171020 | 0.9922 | CASIA-WebFace |