om-ai-lab / OmDet

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

question in "Real-time Transformer-based Open-Vocabulary Detection with Efficient Fusion Head" #1

Closed shuchang0714 closed 4 months ago

shuchang0714 commented 7 months ago

Hello, author, your work is excellent. I have a question about tensorrt-groundingdino on your paper "Real-time Transformer-based Open-Vocabulary Detection with Efficient Fusion Head", I can only convert gd in tensorrt-fp32 by trtexec which is around 90ms on A100, could you share your menthod on how to convert gd to tensorrt? Thank you.

ccsvd commented 6 months ago

have the same question.

P3ngLiu commented 4 months ago

We have updated a ReadMe to explain how we converted the grounding dino to TensorRT. cvt_grounding_dino-en.md Feel free to ask any other questions about this.