FaceX-Zoo icon indicating copy to clipboard operation
FaceX-Zoo copied to clipboard

A PyTorch Toolbox for Face Recognition

Results 120 FaceX-Zoo issues
Sort by recently updated
recently updated
newest added

when i use the 'Mv-softmax' as head to train a model,i met the problem:'one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [64,...

Hi @wang21jun , I want to replace reduce_l2 to reduce_mean in resnet model and retrain. How can i solve it?

从王神的回答看,circleloss实现貌似有问题,麻烦确认下 https://www.zhihu.com/question/382802283/answer/1114719159

![image](https://user-images.githubusercontent.com/33959491/106442434-3b7ff880-64b6-11eb-9f79-5335280e78a7.png) 在这个文件中的data_conf.yaml 中一些配置的文件路径,比如crop_face_folder 和img_list.txt 这两部分是在哪里得到的 ,是img_list.txt 是指 原始的lfw数据集的路径 还是经过 处理之后的文件路径,具体是怎么处理的呢,求告知详细的流程,谢谢

thanks for the effort to the project . in the report the words below are mentioned: ``` we synthesize the masked fa- cial datasets based on MegaFace by using FMA-3D,...

请问:会开源3d 人脸识别相关算法吗? 谢谢

Hello! Thank you for very extensive research of face recognition methods! I have a few questions regarding masked experiments: 1. In the technical report you provide results for _model1 vs...

建议将训练数据存储成一个压缩包类似rec或lmdb,数据量大的时候图片压缩搬移不方便😄