做完
from utils import label_map_util
我明白了
ImportError: cannot import name label_map_util
更改为
from object_detection.utils import label_map_util
给出相同的错误。
我正在尝试在Linux上使用PyCharm。
答案 0 :(得分:1)
在pycharm
终端内部,将当前目录更改为models/research
并运行以下命令
export PYTHONPATH=$PYTHONPATH:`pwd`:`pwd`/slim