其他分享
首页 > 其他分享> > pycocotools的安装

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