insightface icon indicating copy to clipboard operation
insightface copied to clipboard

insightface.model_zoo.model_zoo.get_model() returns RetinaFace not SCRFD instance?

Open aesanchezgh opened this issue 2 years ago • 2 comments

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!

aesanchezgh avatar Jan 23 '23 15:01 aesanchezgh

Right now RetinaFace and SCRFD are the same in python package.

nttstar avatar Jan 24 '23 06:01 nttstar

@antonsanchez facing same problem..

haseebkhawaja avatar Apr 04 '24 06:04 haseebkhawaja