InsightFace_Pytorch
InsightFace_Pytorch copied to clipboard
FileNotFoundError: [Errno 2] No such file or directory: 'work_space\\save\\model_final.pth'
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?
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.