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

I think this kind of codes are very useful for me to analyzing my data. Thanks very much.

I use my dataset for training.There is a probelm. Traceback (most recent call last): File "train.py", line 186, in train(args) File "train.py", line 130, in train prototype, optimizer, criterion, epoch,...

D:\workspace\FaceX-Zoo\addition_module\face_mask_adding\FMA-3D>python add_mask_one.py Traceback (most recent call last): File "add_mask_one.py", line 1, in from face_masker import FaceMasker File "D:\workspace\FaceX-Zoo\addition_module\face_mask_adding\FMA-3D\face_masker.py", line 10, in from utils import mesh File "D:\workspace\FaceX-Zoo\addition_module\face_mask_adding\FMA-3D\utils\mesh\__init__.py", line 1, in...

In training, you just provided a source script of InsightFace about face_align. Could you please provide more info about this? And if I want to train on MS-Celeb-1M-v1c. Should I...

1.在这个工具箱中,具有一个3d的添加口罩的操作,这个作用是为了训练口罩人脸识别产生数据集,在这个工具箱中,有专门为口罩人脸识别训练好的模型吗?还是用之前的检测识别模型 只不过使用产生口罩的数据进行测试??这部分我目前还没有找到

Hi Thank you for this wonderful open source module. Regarding the similarity score for face recognition, what is the optimal baseline/benchmark which we should consider while making comparisons between two...

你好,add_mask如果一张图有两个脸的话,无法同时给两个脸加上口罩,在遍历face_lms时会把前一次加的口罩去除掉,有什么好的建议修改加载一图多脸的情况吗? 谢谢

when i ran add_mask_one.py, i met this problem, how to solve this issue? Right now, i am trying to rerun the whole project, can you offer an more detailed instruction?...