open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
28.52k stars 9.29k forks source link

ONNX for RTMdet #11689

Open elbaro opened 1 month ago

elbaro commented 1 month ago

Describe the feature

Please provide the RTMdet models in ONNX.

Motivation The pre-trained RTMdet models are only provided in pth. I am aware of the conversion script, but it is difficult to setup a working combination of torch, CUDA, mmcv, mmdeploy, mmdet. ONNX downloads can save a lot of efforts for env setup.