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&subdire
·
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
更多推荐
已为社区贡献1条内容
所有评论(0)