-
Notifications
You must be signed in to change notification settings - Fork 5
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
COCO Setup #2
Comments
Following up on the above, the learned coco classification model is here. The model structure is
Here is an example of dataloader:
|
If you find our project useful, please cite our works:
Have a nice day! |
link has expired |
Thanks for the reminder. I have fixed it. OneDrive notices me "Your organization's policy requires this link to expire after 30 days". I will find out a way to maintain the link. Regards, |
Hi. Would it be possible to refresh the link again? It seems that the link has expired again. Thank you. |
Thanks. I have refreshed, I will use google drive later. Best, Weijian |
Would it be possible to refresh the link again? It seems that the link has expired again. Thank you very much. |
Just refreshed, sorry for late response (struggling with CVPR...) |
Thank you for your attention!
Please download the datasets for coco classification setup in here.
The zip file contains two parts. The first part is coco datasets: 1) a training set, 2) a validation set, 3) the validation set without background, and 4) validation sets with various backgrounds.
Some users reported that the COCO creation is slow. Here is an alternative to creating a meta-dataset: applying random image transformations to change the visual characteristics of 4) validation sets with various backgrounds. Given a validation set with a changed background, we can apply 5 random transformations to diversify it.
The users are suggested to use the way of ImageNet-C to apply transformations. ImageNet-C uses Pytorch data loader to speed up the process, please refer to the code. In our works, we use Imgaug for the transformations and there are other corruptions such as ImageNet-C-Bar.
Note that, we provide 3) the validation set without background, so the users can change the background easily based on their usage.
The second part contains three real-world test sets, 1) Pascal, 2) Caltech, and 3) ImageNet (note that, ImageNet test set is from theImageCLEF dataset). We also provide test sets with some image transformations. Enjoy!
The text was updated successfully, but these errors were encountered: