deepinsight / insightface

State-of-the-art 2D and 3D Face Analysis Project
https://insightface.ai
23.31k stars 5.41k forks source link

Which face detector do you use in python package insightface 0.5? #1778

Open marekkufel opened 3 years ago

marekkufel commented 3 years ago

Hi,

which face detector is used in buffalo_l model zoo in insightface 0.5 (file name: det_10g.onnx)? Is it retinaface or SCRFD?

These sources suggest SCRFD: https://github.com/deepinsight/insightface/tree/master/python-package https://pypi.org/project/insightface/0.5/

These sources suggest retinaface: https://github.com/deepinsight/insightface/tree/master/model_zoo https://github.com/deepinsight/insightface/blob/master/python-package/insightface/model_zoo/model_zoo.py

If it is retinaface, why did you go back from SCRFD to retinaface?

nttstar commented 3 years ago

Right now they're the same(using the structure of SCRFD)