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

Question about ODVGdataset #54

Open
swagger-coder opened this issue Jan 9, 2024 · 0 comments
Open

Question about ODVGdataset #54

swagger-coder opened this issue Jan 9, 2024 · 0 comments

Comments

@swagger-coder
Copy link

swagger-coder commented Jan 9, 2024

I have a question ODVGdataset. I find the label map of "VG" mode is updated in every image without a global label map. And all the classes of the image may in range [0, len(uni_caption_list)].
https://github.com/longzw1997/Open-GroundingDino/blob/main/datasets/odvg.py line 105
label_map = {} for idx in range(len(uni_caption_list)): label_map[uni_caption_list[idx]] = idx classes = [label_map[cap] for cap in caption_list] caption = ' . '.join(uni_caption_list) + ' .'

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

1 participant