arcface-pytorch icon indicating copy to clipboard operation
arcface-pytorch copied to clipboard

这是一个arcface-pytorch的源码,可以用于训练自己的模型。

Results 34 arcface-pytorch issues
Sort by recently updated
recently updated
newest added

为什么我下载了预训练好的权重arcface_mobilefacenet.pth以后,设置backbone为mobilefacenet,运行eval_LFW.py结果accuracy只有百分之60多呢

每次arcface.pth模型读取人脸png之后生成的参数不一样,不可以复用,想问一下怎么样才能固定?

when I download LFW dataset from original dataset it have shape (250, 250, 3) and eval, it have result 0.77. When I use your dataset LFW in baidu, I check...

Accuracy: 0.90542+-0.00699 Best_thresholds: 1.29000 Validation rate: 0.65617+-0.01883 @ FAR=0.00117 could you help me hoe to increase the validation rate ands what does FAR MEAN?

i have one problem during traing CASIA-WebFace ,the accuracy is droping dwon i used same model parameters

请问进行评估的时候,为什么Best_thresholds会超过1呀

作者只使用了LFW测试数据集,如果想要增加AgeDB30和CFP-FP测试数据集,是否独立添加?callback如何修改呢?

如果我想用Agedb30数据集去替换LFW数据来验证模型,怎么修改程序?谢谢大神

ValueError: Cannot have number of splits n_splits=10 greater than the number of samples: n_samples=0.

您好,我想要学习您的arcface代码并尝试使用在项目中,但是项目需要模型输出标签得分。那就需要为模型添加fc层,请问应该如何添加呢。初入领域,有些一筹莫展