pycocotools的安装
作者:互联网
Windows
使用如下命令:
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
linux
使用如下命令:
pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"
使用如下命令进行测试:
from pycocotools.coco import COCO
标签:git,subdirectory,cocoapi,https,pip,pycocotools,安装 来源: https://blog.csdn.net/fukangwei_lite/article/details/121500492