本文主要是介绍Object Detection API —— 安装pycocotools,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
问题:
File “/cluster/home/it_stu87/models-1.12.0/research/object_detection/metrics/coco_tools.py”, line 47, in
from pycocotools import coco
ImportError: No module named ‘pycocotools’
解决:
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
这篇关于Object Detection API —— 安装pycocotools的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!