TreB1eN / InsightFace_Pytorch

Pytorch0.4.1 codes for InsightFace
MIT License
1.73k stars 423 forks source link

No such file or directory: 'data/facebank/names.npy #20

Closed zhanglaplace closed 5 years ago

zhanglaplace commented 5 years ago

python face_verify.py occur a error: image

image

TreB1eN commented 5 years ago

you need to first prepare your face bank folder with prepared face images

data/facebank/ ---> id1/ ---> id1_1.jpg ---> id2/ ---> id2_1.jpg ---> id3/ ---> id3_1.jpg ---> id3_2.jpg

zhanglaplace commented 5 years ago

@TreB1eN thanks

TreB1eN commented 5 years ago

closing issue