2

我正在尝试在我的笔记本电脑上运行DeepLab: Deep Labeling for Semantic Image Segmentation一段时间。我已按照安装指南成功运行python deeplab/model_test.py

下一步是运行Cityscape数据集,我现在陷入困境。

到目前为止已经做了以下事情:

我使用的是Windows 10,并且已使用此“/root/datasets/cityscapes/”配置了路径。安装了 cityscapes API 并遵循推荐的目录结构。您将在此处找到 cityscapeScritps 文件。

当我在MINGW64convert_cityscapes.sh中运行命令时,出现以下错误:

回溯(最近一次调用最后):文件“./cityscapes/cityscapesscripts/preparation/createTrainIdLabelImgs.py”,第 27 行,来自 cityscapesscripts.helpers.csHelpers 导入 printError ModuleNotFoundError:没有名为“cityscapesscripts”的模块

我在stackoverflow中看到了类似的错误,但似乎没有什么能解决我的问题。

我正在使用python 3.6.7tensorflow-gpu 1.13.1cuda 10.0

有什么建议么?

4

1 回答 1

0

假设您已经克隆了citysscript,请尝试将其绝对路径添加到 $PYTHONPATH。

于 2020-05-28T08:32:58.277 回答