open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.31k stars 9.42k forks source link

DINO missing detection #11980

Open auindoeee opened 2 weeks ago

auindoeee commented 2 weeks ago

i trained my own dataset with dino, categories include faces, heads, people, etc. I found that some images miss detection result for whole class when inferencing... normal: person_304 all 'person' miss detection: person_302 person_320 i am so confused....how can i resolve it?

zxt6174 commented 3 days ago

It seems like we meet the same problem. After fine-tuning mm-grounding-dino,when I inference on a 'multi-objects' image,the model can only detects one object.

zxt6174 commented 3 days ago

If you solve this problem, thanks for sharing the methods!