Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About referring expression grounding #44

Open
pengzhiliang opened this issue Apr 12, 2023 · 2 comments
Open

About referring expression grounding #44

pengzhiliang opened this issue Apr 12, 2023 · 2 comments

Comments

@pengzhiliang
Copy link

pengzhiliang commented Apr 12, 2023

Thanks for the great work!

When I try the grounding demo file, I find a sentence (eg. a man in blue coat) will be splited into multiple phrases (eg. a man, blue coat) and the model will predict multiple boxes correspondding to the phrase. In fact, the model is expected to generate just one box (a man), just like the Referring Expression Grounding task. It seems this model can't handle this task. Or do I need to adjust some hyper-parameters?

But If this model cuts the given sentence into multiple phrases, how it is tested on RefCOCO dataset and achieves impressive performance.

I'm little confused about it.

Thanks!

@SlongLiu
Copy link
Collaborator

We select the box with the highest text similarities as top-1 outputs. The model inputs and outputs can be found here: https://github.com/IDEA-Research/GroundingDINO#star-explanationtips-for-grounding-dino-inputs-and-outputs . I add a paragraph to explain the model.

@drilistbox
Copy link

Thanks for your great work, but I am confusing about how to detect "the left dog".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants