MS COCO Python API

一.通过python3安装cocoapi

git clone https://github.com/pdollar/coco.git

cd coco/PythonAPI

python3 setup.py build_ext --inplace

python3 setup.py build_ext install

二.验证cocoapi是否安装成功

进入python命令行就可以直接导入了,执行import pycocotools命令不报错说明已经安装成功了

使用:           https://blog.csdn.net/gzj2013/article/details/82385164
源码分析:    https://blog.csdn.net/gzj2013/article/details/82421166
数据集分析:https://blog.csdn.net/gzj2013/article/details/82425954

posted @ 2019-03-26 22:43  Le1B_o  阅读(520)  评论(0编辑  收藏  举报