# arcface-pytorch **Repository Path**: fireML/arcface-pytorch ## Basic Information - **Project Name**: arcface-pytorch - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-21 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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. https://pan.baidu.com/s/1TgGLBjGASo5hoQ3Mc__WIQ the pretrained model use resnet-18 without se. Please modify the path of the lfw dataset in config.py before you run test.py.