InsightFace_Pytorch
InsightFace_Pytorch copied to clipboard
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
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
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