Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 493 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 493 Bytes

arcface-pytorch

pytorch implement of arcface

References

https://github.com/deepinsight/insightface

https://github.com/auroua/InsightFace_TF

https://github.com/MuggleWang/CosFace_pytorch

pretrained model and lfw test dataset

the pretrained model and the lfw test dataset can be download here. link: https://pan.baidu.com/s/1tFEX0yjUq3srop378Z1WMA pwd: b2ec the pretrained model use resnet-18 without se. Please modify the path of the lfw dataset in config.py before you run test.py.