deepinsight / insightface

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

Contribute SCRFD to MMDet #1853

Open dreamflasher opened 2 years ago

dreamflasher commented 2 years ago

If I understand correctly you base SCRFD on MMDet? It would be amazing if you could contribute your SCRFD code to MMDet, so that they can maintain it, and it's up to date with changes in MMDet.

dreamflasher commented 2 years ago

cc @SthPhoenix

SthPhoenix commented 2 years ago

cc @SthPhoenix

I have only tweaked inference code a bit, nothing related to MMDet )

dreamflasher commented 2 years ago

So could you contribute this to the MMDet repo? They don't have a facedetection model over there. We trained the model, so we are happy to provide it (for free for everyone).

Are your inference code changes needed in any way?

SthPhoenix commented 2 years ago

I haven't touched anything related to MMDet, and inference code provided in this repo based on onnxruntime and doesn't require MMDet.

I have related repo for TensorRT based face detection & recognition with heavily refactored SCRFD post processing code, it would be interesting to test your custom model with it.