IDEA-Research / GroundingDINO

[ECCV 2024] Official implementation of the paper "Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection"
https://arxiv.org/abs/2303.05499
Apache License 2.0
6.9k stars 698 forks source link

Question about multiple training data sampling. #190

Closed BIGBALLON closed 1 year ago

BIGBALLON commented 1 year ago

Hi, Thanks for your greate work!

Q1: How to sample detection dataset?

  1. One dataloader to handle all datasets,combining the categories of these datasets and randomly sampling them uniformly
  2. Each dataloader to handle their own dataset, only sample categories in the specific dataset(e.g. O365,OI).

Q2: There are no the lable list in grounding dataset, how to sample grounding dataset?