longzw1997 / Open-GroundingDino

This is the third party implementation of the paper Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection.
MIT License
386 stars 60 forks source link

vg dataset test #52

Closed zfr00 closed 8 months ago

zfr00 commented 8 months ago

May I ask how to evaluate the vg model if the training supports vg format but the test does not?

BIGBALLON commented 8 months ago

You may need to write your code to adapt to downstream tasks(e.g. REC). Currently, our code only includes the evaluation of Object Detection tasks.