ZhaoJ9014 / face.evoLVe

🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
MIT License
3.45k stars 758 forks source link

FileNotFoundError: [Errno 2] No such file or directory: '/home/dataset/lfw/meta/sizes' #144

Open bigAndSmall opened 3 years ago

bigAndSmall commented 3 years ago

Hello, I meet the error about utility.py as i've seen few people metcthe same. My error message is FileNotFoundError: [Errno 2] No such file or directory: '/home/dataset/lfw/meta/sizes', but i just download the data from your link and ensure its right data syntax. Can someone help me with this question? Thanks a lot!

sriktrako commented 3 years ago

Hi @bigAndSmall were you able to solve the problem? I am facing the same error. Any help would be much appreciated. Thank you.

liaojunlok commented 3 years ago

Hi @bigAndSmall @sriktrako, did you guys solve this problem cause I suffer the same problem. I download the dataset from insight face / recognition / face_emore. using this dataset for validation as mention in xcos_train_config.json. and using CASIA for training. but it showed the same error message above.[Errno 2] No such file or directory: '../dataset/face/face_emore/lfw/meta/sizes'. And I could not unzip the lfw.bin or open it in any format. sooo confused about it.