【发布时间】:2021-01-29 01:38:37
【问题描述】:
我尝试关注tutorial 来学习如何运行我自己的对象检测,但我遇到了一个似乎无法修复的错误。我在一些 git hubs 问题页面上找到了解决方案。他们建议运行:!pip install git+https://github.com/philferriere/cocoapi.git,但我仍然遇到同样的错误。我正在使用谷歌 Colab。有什么建议吗?
输入:
!pip installgit+https://github.com/cocodataset/cocoapi.git
输出:
Collecting git+https://github.com/cocodataset/cocoapi.git
Cloning https://github.com/cocodataset/cocoapi.git to /tmp/pip-req-build-u21a5wjs
Running command git clone -q https://github.com/cocodataset/cocoapi.git /tmp/pip-req-build-u21a5wjs
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
【问题讨论】:
-
那么你想将cocoapi数据集添加到你的谷歌协作室
-
是的,我相信是的。
标签: python git pytorch google-colaboratory