我使用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
答案 0 :(得分:0)
问题现在解决了。我所做的是下载神经网络模型,提取它并添加本地路径(没有URL地址)。这是一个代理问题。