om-ai-lab / OmDet

Real-time and accurate open-vocabulary end-to-end object detection
Apache License 2.0
1.48k stars 143 forks source link

Is there a way to export onnx similar to yolo-world #16

Closed GallonDeng closed 1 month ago

GallonDeng commented 2 months ago

nice work! Is there a way to export onnx both text backbone and omdet, similar to yolo-world?

hx621 commented 2 months ago

@AllenDun Yes, i think it just like we described in the README for converting Grounding DINO

GallonDeng commented 2 months ago

Thanks, so there could be a demo for this? The 'export.py' cannot directly do this right?

hx621 commented 2 months ago

We currently do not have plans to provide such a demo. However, I believe you can build a similar demo based on the export.py.