InsightFace_Pytorch icon indicating copy to clipboard operation
InsightFace_Pytorch copied to clipboard

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

Open zf123456789 opened this issue 5 years ago • 1 comments

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?

zf123456789 avatar Sep 22 '19 11:09 zf123456789

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.

kadirbeytorun avatar Sep 23 '19 06:09 kadirbeytorun