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

How is the coco_fewshot data distribution made? #55

Open
Caltech-Z opened this issue Dec 5, 2022 · 4 comments
Open

How is the coco_fewshot data distribution made? #55

Caltech-Z opened this issue Dec 5, 2022 · 4 comments

Comments

@Caltech-Z
Copy link

Q1: How to make the part of seed1 to seed5?
Q2: Will the code work if I change to another type of dataset?
Thank you very much, I hope the owner can help me solve this problem.

@ZhangGongjie
Copy link
Owner

Q1: How to make the part of seed1 to seed5?
seed1 and seed5 are generated using random sampling with different random seeds. For each random seed, we ensure that there are exactly K object instances for each novel class. The numbers of base-class object instances vary.

Q2: Will the code work if I change to another type of dataset?
I think so, as long as you modify the other type of dataset into the same format.

@Caltech-Z
Copy link
Author

Q1: How to make the part of seed1 to seed5? seed1 and seed5 are generated using random sampling with different random seeds. For each random seed, we ensure that there are exactly K object instances for each novel class. The numbers of base-class object instances vary.

Q2: Will the code work if I change to another type of dataset? I think so, as long as you modify the other type of dataset into the same format.

Thanks, I've taken care of that part.

@ZhaoPo
Copy link

ZhaoPo commented Aug 15, 2023

Hi, if I want to change the MSCOCO data set to other types of data set, how to divide my own data set into coco_fewshot data format, can you provide the code of the data partition part? Looking forward to your reply very much.
[email protected]

@N-enthusiasm
Copy link

Q1: How to make the part of seed1 to seed5? seed1 and seed5 are generated using random sampling with different random seeds. For each random seed, we ensure that there are exactly K object instances for each novel class. The numbers of base-class object instances vary.
Q2: Will the code work if I change to another type of dataset? I think so, as long as you modify the other type of dataset into the same format.

Thanks, I've taken care of that part.

Could you please provide the code of the data partition part?

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

4 participants