-
Notifications
You must be signed in to change notification settings - Fork 1
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
Datasets problem #2
Comments
Hi! I'll take a look at this today. Due to the messy license of the images in the COCO dataset, I will only release the annotations from CSE. |
Thanks a lot! |
The docs/DATASETS.md is now updated. Please notify me if you have any issues with downloading the COCO-cse dataset. |
Thanks for your update!
I followed your train code and find some mistakes which made it stop at the dataloader's collate_fn. Maybe it should add a resize function before the dataloader. |
Thanks for notifying me! I fixed the typos now :) Regarding the error in train.py, it's due to a bug in the coco-cse downloading script. This commit fixes the issue. You need to delete the dataset and regenerate it again. |
Excuse me, when I tred to train your model I found the datasets.md was empty.
So how can I prepare my datasets or have the datasets.md finished?
Thanks!
The text was updated successfully, but these errors were encountered: