深度学习TensorFlow Object Detection API训练自己的模型时—本人踩过的坑(报错总结)第四篇
2019.6.10 今日收获
问题:ModuleNotFoundError: No module named 'pycocotools

解决方案:命令行输入:pip install pycocotools,若还是报错说明
pycocotools不支持windows下运行,请移步方案二

ModuleNotFoundError: No module named ‘pycocotools’
解决方案2:
pip install -U scikit-image
pip install -U cython
Pip install “git+https://github.com/philferriere /cocoapi.git#egg=pycocotools&subdirectory=PythonAPI”
若接着出现下图报错:依次输入pip install Cython 即可

问题2:Cannot find command ‘get’ -do you have ‘git’
(so how to install ‘git’ in window 7?)

本文详细记录了使用TensorFlow Object Detection API训练模型时遇到的问题和解决方案,包括pycocotools模块在Windows下的安装问题,找不到'get'命令的解决方法,以及训练时出现的'NotFoundError',并提供了重新安装TensorFlow特定版本的步骤。
最低0.47元/天 解锁文章
4651

被折叠的 条评论
为什么被折叠?



