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.88k stars 696 forks source link

Partial and Unlabeled Predictions #244

Open nicholasjprimianomd opened 1 year ago

nicholasjprimianomd commented 1 year ago

After fine tuning on on a small set of classes. I get a bunch of predictions are are unlabeled or only contain part of the label name. For example, I have a class called ''mvr" and it is displayed as "mv". I have attached an image of the output below.

image

Liquidmasl commented 1 year ago

dunno about the partial labels, but boxes without labels happens because of your threshholds. if something has acc of 0.25 it will draw a box but dont write a label