shikras / d-cube

A detection/segmentation dataset with labels characterized by intricate and flexible expressions. "Described Object Detection: Liberating Object Detection with Flexible Expressions" (NeurIPS 2023).
https://arxiv.org/abs/2307.12813
Other
104 stars 7 forks source link

Inference setup and code for Grounding DINO #11

Closed Amaia-CARDIEL closed 4 months ago

Amaia-CARDIEL commented 6 months ago

Hello,

Thank you for your work and the release of your DOD dataset.

Do you plan to release your evaluation code regarding other baselines than owl (especially for Grounding DINO) ? We tried to evaluate the model on your dataset and could not reproduce the same results than those in your paper. Could you please provide details on your inference setup for Grounding DINO ?

Thanks in advance

Charles-Xie commented 5 months ago

Thanks for your interest in this work. We have released the eval code for more works: SPHINX, Grounding-DINO, and UNINEXT, as listed in this page: https://github.com/shikras/d-cube/tree/main/eval_sota. The Grounding-DINO code is available here: https://github.com/shikras/d-cube/blob/main/eval_sota/groundingdino.py. We also include a new trick to boost the performance. You can try it after checking the code. You can also refer to the wonderful implementation in MM-Grounding-DINO: https://github.com/open-mmlab/mmdetection/tree/main/configs/mm_grounding_dino.

Charles-Xie commented 4 months ago

I'm closing this issue now. Please feel free to open it or open another if any further questions arise.