运行tensorflow的object_detection_model(下载模型时出错)

时间:2018-04-24 14:24:33

标签: tensorflow object-detection

我使用Windows 10,我想使用tensorflow进行对象检测。我在jupyter Notebook中运行Tensorflow object_detection_tutorial时遇到问题。我安装了所有必要的软件包,并使用3.4版进行了Portbuf编译。我在下载模型中遇到了麻烦:

File "<ipython-input-5-afc84e8d6c88>", line 6
    file_name = os.path.basename(file.name)
            ^
IndentationError: expected an indented block

see the image

1 个答案:

答案 0 :(得分:0)

问题现在解决了。我所做的是下载神经网络模型,提取它并添加本地路径(没有URL地址)。这是一个代理问题。

enter image description here enter image description here