You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[News] 2021/01/13 The COCO 70 dataset used in the paper is available for download!
COCO 70 dataset
COCO 70 dataset is a large-scale classification dataset (1000 images per class) created from COCO. It is used to explore the effect of fine-tuning with a large amount of data. Check our paper if you are interested in how it was created. Please respect the original license of COCO when you use it.
To download COCO 70, follow these steps:
download separate files here (the file is too large to upload, so I have to split it into chunks)
merge separate files into a single file by cat COCO70_splita* > COCO70.tar
extract the dataset from the file by tar -xf COCO70.tar
The directory architecture looks like the following:
If you use our code or use the constructed COCO-70 dataset, please consider citing:
@article{you2020co,
title={Co-Tuning for Transfer Learning},
author={You, Kaichao and Kou, Zhi and Long, Mingsheng and Wang, Jianmin},
journal={Advances in Neural Information Processing Systems},
volume={33},
year={2020}
}