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

image and text retrieval #2

Open
wendy0527 opened this issue Feb 7, 2023 · 1 comment
Open

image and text retrieval #2

wendy0527 opened this issue Feb 7, 2023 · 1 comment

Comments

@wendy0527
Copy link

Does VLDet support image and text retrieval? For example, my purpose is to give a text to retrieve the most matching image. If the model supports it, should I use the image embedding? Or each instance embedding? As far as I understand, should I use
proj_x = self.linear(input_x) [VLDet/vldet/modeling/roi_heads/zero_shot_classifier.py line98] as the image/instances embedding?

@clin1223
Copy link
Owner

Thanks for your interests! VLDet currently does not support image and text retrieval. You can try to solve retrieval problems as the CLIP way.

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