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 the value of tokens_positive in grounding dino #12050

Open
Jackluisus opened this issue Nov 27, 2024 · 0 comments
Open

About the value of tokens_positive in grounding dino #12050

Jackluisus opened this issue Nov 27, 2024 · 0 comments
Assignees

Comments

@Jackluisus
Copy link

Hello,I want to know how the value of token_positive is obtained.

Here is the example from Goldg datasets:
{"filename": "3359636318.jpg", "height": 334, "width": 500, "grounding": {"caption": "Two people are talking outside of the video game shop next door to the mobile phone store .", "regions": [{"bbox": [[144.0, 166.0, 208.0, 334.0], [47.0, 183.0, 106.0, 334.0]], "phrase": "Two people", "tokens_positive": [[0, 10]]}, {"bbox": [192.0, 1.0, 499.0, 231.0], "phrase": "the mobile phone store", "tokens_positive": [[67, 89]]}, {"bbox": [1.0, 55.0, 169.0, 308.0], "phrase": "the video game shop", "tokens_positive": [[34, 53]]}]}}

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

2 participants