git clone https://github.com/cocodataset/cocoapi.git
cd cocoapi/PythonAPI
python setup.py build_ext --inplace
python setup.py build_ext instal
拷貝PythonAPI 下的pycocotools 到 python .../site-packages目錄下
bug:
AttributeError: module 'pycocotools' has no attribute '__version__'
pip list | grep pycocotools
pip uninstall pycocotools
pip uninstall mmpycocotools
pip install mmpycocotools