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

Generate vocab_tags for my own datasets. #3

Open
kai-wen-yang opened this issue Jul 19, 2023 · 3 comments
Open

Generate vocab_tags for my own datasets. #3

kai-wen-yang opened this issue Jul 19, 2023 · 3 comments

Comments

@kai-wen-yang
Copy link

Hi, I want to use lens on Birds classification task. But the released vocab_tags obtained from laion does not contain all the bird classnames of my dataset, thus the final accuracy is poor.
I want to ask how to build my own vocab_tags for my datasets.

@williamberrios
Copy link
Collaborator

Hi @kai-wen-yang , you might need first to extend the vocabulary with these new classes and then generate the CLIP weights associated with the new vocabulary. We will release code for all these steps too!

@Keep-lucky
Copy link

Hi @kai-wen-yang , you might need first to extend the vocabulary with these new classes and then generate the CLIP weights associated with the new vocabulary. We will release code for all these steps too!
Excuse me, when will these steps be released?

@filipegl
Copy link

👀

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

5 participants
@filipegl @williamberrios @Keep-lucky @kai-wen-yang and others