TreB1eN / InsightFace_Pytorch

Pytorch0.4.1 codes for InsightFace
MIT License
1.72k stars 418 forks source link

when i run the prepare_data.py,i got the error like this FileNotFoundError: [Errno 2] No such file or directory: 'data/facebank/names.npy'.And what is names.npy,could you share with me.Thank you #105

Open ZZH2950228 opened 4 years ago

muhk01 commented 4 years ago

add argument -u when u run the program, but u should put face on facebank folder then run program, like python3 face_verify.py -u

AndyTesla commented 3 years ago

add argument -u when u run the program, but u should put face on facebank folder then run program, like python3 face_verify.py -u

thanks