MSCOCO数据集分析
生活随笔
收集整理的這篇文章主要介紹了
MSCOCO数据集分析
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
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文件
總結
以上是生活随笔為你收集整理的MSCOCO数据集分析的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Ubuntu下浏览Json文件
- 下一篇: 守望