deepinsight / insightface

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

batch inferece for retinaface #2643

Open qiuzhewei opened 2 months ago

qiuzhewei commented 2 months ago

Hi, It seems that detection model, i.e. retinaface, only supports single image inference. Since the model provided is in ONNX format. How can I re-convert pth model to ONNX model since pre-trained pth weight is not provided? Any help will be appreciate!

qiuzhewei commented 1 month ago

Help please