GroundingDINO
GroundingDINO copied to clipboard
Inconsistency during inference
Hi,
I noticed that there are some inconsistencies when running inference on a single class in comparison with multiples classes. I.ex., I have an image containing persons and cars. When I run GroundingDINO on only the person class, all persons are detected nicely. When I run the model on both car and person class, some of the classes are detected as persons.
Is there any explanation for this behavior?
Thanks in advance,
M
Same here
Hello, you may try the following methods for a better results:
- split the input classes with
.likecar. person. - try this demo here by setting specific
--token_spanforcarandperson