# arcface-pytorch **Repository Path**: zbzbzzz/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**: 2 - **Forks**: 1 - **Created**: 2021-05-01 - **Last Updated**: 2022-12-15 ## 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. 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.