DataSet亲测可用
ImageNet,CoCo,PASCAL VOC
分类和目标检测任务常用数据集莫过于这仨,话不多说直接上链接
ImageNet
第一个最重要,当然下载也最慢。(打开迅雷,复制下载链接,蹦出迅雷下载命令,点击下载即可)
http://www.image-net.org/challenges/LSVRC/2012/nnoupb/ILSVRC2012_img_train.tar
http://www.image-net.org/challenges/LSVRC/2012/nnoupb/ILSVRC2012_img_test.tar
http://www.image-net.org/challenges/LSVRC/2012/nnoupb/ILSVRC2012_img_val.tar
http://www.image-net.org/challenges/LSVRC/2012/nnoupb/ILSVRC2012_devkit_t12.tar
http://www.image-net.org/challenges/LSVRC/2012/nnoupb/ILSVRC2012_bbox_train_v2.tar
其他方式
官网下载:训练集 and 测试集
http://academictorrents.com/details/a306397ccf9c2ead27155983c254227c0fd938e2
http://academictorrents.com/details/5d6d0df7ed81efd49ca99ea4737e0ae5e3a5f2e5
下载某一类
http://www.image-net.org/search?q=tree
迅雷:验证集 训练集
http://academictorrents.com/download/5d6d0df7ed81efd49ca99ea4737e0ae5e3a5f2e5.torrent
http://academictorrents.com/download/a306397ccf9c2ead27155983c254227c0fd938e2.torrent
CoCo
COCO2017, 7改成4 ,得到COCO2014。(同样是迅雷下载,速度还是良心的)
训练数据:
http://images.cocodataset.org/zips/train2017.zip
http://images.cocodataset.org/annotations/annotations_trainval2017.zipCOCO2017
验证数据:
http://images.cocodataset.org/zips/val2017.zip
http://images.cocodataset.org/annotations/stuff_annotations_trainval2017.zipCOCO2017
测试数据集:
http://images.cocodataset.org/zips/test2017.zip
http://images.cocodataset.org/annotations/image_info_test2017.zip
PASCAL Visual Object Classes
http://host.robots.ox.ac.uk/pascal/VOC/voc2012/index.html#devkit
目标检测标注工具:
https://github.com/tzutalin/labelimg
(也可以在GitHub官网搜索“label”)