MSCOCO数据集分析

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/fjssharpsword/article/details/85759692

MSCOCO数据集是多模态学习领域重要的数据集,网址:http://cocodataset.org/#home

COCO is a large image dataset designed for object detection, segmentation, person keypoints detection, stuff segmentation, and caption generation.

1、下载数据集 http://cocodataset.org/#download

2、依赖库:

sudo pip3 install cython

sudo pip3 install scikit-image 或sudo apt-get install python-skimage  看那个有效

3、下载开源库:https://github.com/cocodataset/cocoapi

1)git clone https://github.com/cocodataset/cocoapi

2)cd cocoapi/PythonAPI

3)编辑Makefile文件如下:

4)make

4、分析:pycocoDemo.ipynb文件

猜你喜欢

转载自blog.csdn.net/fjssharpsword/article/details/85759692
今日推荐