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