如何在Google colab上安装tensorflow对象检测API?

时间:2018-12-21 07:47:08

标签: tensorflow google-colaboratory object-detection-api

我尝试根据以下方法在Colab上运行tensorflow对象检测API Inline Link

在第一个安装必需软件包时出现了这样的错误。  我该怎么解决?

背景:Python2,GPU

/root
fatal: destination path 'models' already exists and is not an empty directory.
/root/models/research
Traceback (most recent call last):
  File "object_detection/builders/model_builder_test.py", line 23, in <module>
    from object_detection.builders import model_builder
ImportError: No module named object_detection.builders

1 个答案:

答案 0 :(得分:0)

我不清楚您要从哪个目录执行命令。 如果您从内容目录执行它,则先进入模型,然后进入研究目录。

%cd ~/models/research
!python object_detection/builders/model_builder_test.py

如果没有模型目录,请使用

对其进行克隆
!git clone --quiet https://github.com/tensorflow/models.git