TreB1eN / InsightFace_Pytorch

Pytorch0.4.1 codes for InsightFace
MIT License
1.72k stars 418 forks source link

Why do I always get a detect error when I try to run the face_verify.py file? #103

Open zf123456789 opened 4 years ago

zf123456789 commented 4 years ago

Why do I always get a detect error when I try to run the face_verify.py file?

hai19991331 commented 4 years ago

Me too

hai19991331 commented 4 years ago

Remove dim = -1 in get_net.py ( line 70 )

muhk01 commented 4 years ago

it can be both or one of either mtcnn or arcface function itself, try to remove (try, except) in the program so u could see error log displayed to ur terminal

ThanhPham1987 commented 4 years ago

ME TOO