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

dataset #6

Open
largestcabbage opened this issue Apr 12, 2023 · 6 comments
Open

dataset #6

largestcabbage opened this issue Apr 12, 2023 · 6 comments

Comments

@largestcabbage
Copy link

I have a question, do datasets only need to use one of Coco or LVIS, or do they both need to be used.
Additionally, when using dump_ clip_ features_ Manyprompt.py, does our annotation require either val or train, or both

@zhenyuw16
Copy link
Owner

COCO is used for training and LVIS is used for inference. If the label spaces of the training set and the validation set are the same (like COCO), you only need to run dump_ clip_ features_ Manyprompt.py once.

@largestcabbage
Copy link
Author

I have another question, is it necessary to train both End to end training and Decoupled training during training, or just one?

@zhenyuw16
Copy link
Owner

No, you only need to run one of them. Decoupled training performs better than end to end training

@largestcabbage
Copy link
Author

Possible structures to utilize images from heterogeneous label spaces for training。
There are three possible structures a, b, and c in the paper. Which one was used in our model? Is it not reflected in the paper?

@austingg
Copy link

@largestcabbage there is meta info which record the dataset_id, use the corresponding text embeddings to calc loss.

@zhenyuw16
Copy link
Owner

We use the partitioned way here. It is reflected in Table 1.

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