Linux 安装 COCO API 极为简单,但是由于官方的 COCO API 安装包不提供 Windows 支持,因此使用大神修改过的支持 Windows 版本的安装包。
# 下载
$ wget https://github.com/philferriere/cocoapi/archive/master.zip
# 解压
$ unzip master.zip -d cocoapi_master
# 编译
$ cd coco/PythonAPI
$ python setup.py build_ext --inplace
# install pycocotools to the Python site-packages
$ python setup.py build_ext install