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

Label_list #42

Closed EddieEduardo closed 9 months ago

EddieEduardo commented 9 months ago

Hi, great work, thanks for sharing!

I wiuld like to know if I want to train my own dataset on mixed datasets, how can I initialize _labellist in config file?

Thanks for you reply!

longzw1997 commented 9 months ago

If you want to train using mixed datasets, you can refer to this.

EddieEduardo commented 9 months ago

你好!感谢回复! 如果是mixed dataset进行训练的话,如果想在每一个数据集上均进行测试,请问这个label_list该怎么写呢?

longzw1997 commented 9 months ago

The current code supports testing on a single dataset. If you want to conduct tests on multiple datasets after completing one epoch of training, you can modify the code at line 310 to enable multiple tests.

EddieEduardo commented 9 months ago

Thank you very much, I will check this out!!!