Open aesanchezgh opened 1 year ago
Hello,
I have the following code:
face_detector = insightface.model_zoo.model_zoo.get_model('insightface/models/antelope/scrfd_10g_bnkps.onnx')
However in the latest version of insightface this retruns an instance of RetinaFace instead of SCRFD. Any idea how to fix this?
Thanks!
Right now RetinaFace and SCRFD are the same in python package.
@antonsanchez facing same problem..
Hello,
I have the following code:
face_detector = insightface.model_zoo.model_zoo.get_model('insightface/models/antelope/scrfd_10g_bnkps.onnx')
However in the latest version of insightface this retruns an instance of RetinaFace instead of SCRFD. Any idea how to fix this?
Thanks!