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

Prepare datasets #99

Open
l-dawei opened this issue Oct 23, 2023 · 1 comment
Open

Prepare datasets #99

l-dawei opened this issue Oct 23, 2023 · 1 comment

Comments

@l-dawei
Copy link

l-dawei commented Oct 23, 2023

Great project, thank you to the author for their excellent work.

1.coco

ln -s /path_to_coco_dataset/train2017 datasets/coco/train2017
ln -s /path_to_coco_dataset/val2017 datasets/coco/val2017
Does train2017 here refer to images or labels?

  1. lvis

image
Is it ok to just download the LVIS data set marked in the figure?

Could you help me? Thanks a lot.

@hhhhhhluo
Copy link

when reading the code , you will find the train2017 refers to images, and it's a default dataset so you must ensure your dataset folder name is the same with coco2017 because detectron2 hard code the default dataset properties.

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