InsightFace_Pytorch
InsightFace_Pytorch copied to clipboard
where is the model_final.pth?
in face_verify.py file: if conf.device.type == 'cpu': learner.load_state(conf, 'cpu_final.pth', True, True) else: learner.load_state(conf, 'final.pth', True, True) but i can not find the cup_final.pth nether the final.pth. Could anyone tell me where i can get these files?
Did you found it?
you basically need to copy mobilenet or irse50 pth file to to that folder, and rename it. if you use irse you need to set use_mobilenet parameter in config to False
I have copied two mobilenet pth and irse50 pth file before, may I ask how to modify the filename?