TreB1eN / InsightFace_Pytorch

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

FileNotFoundError: [Errno 2] No such file or directory: 'work_space\\save\\model_final.pth' #100

Open zf123456789 opened 5 years ago

zf123456789 commented 5 years ago

When I try to run the face_verif. py file, I get FileNotFoundError: [Errno 2] No such file or directory: 'work_space\save\model_final.pth' error. How to deal with it?

kadirbeytorun commented 5 years ago

Copy mobilefacenet or irse model file to that directory and change its name to model_final.pth.

If you use mobilefacenet, you should edit config file accordingly.