我刚刚在 Azure 上设置了一个新的数据科学虚拟机。我想从 https://github.com/karolzak/CNTK-Hotel-pictures-classificator运行脚本 FasterRCNN.py 但收到错误:
从 utils.rpn.rpn_helpers 导入 create_rpn、create_proposal_target_layer
ImportError:没有名为“utils.rpn”的模块
我运行脚本的环境安装了 Python 3.4 和 CNTK 2.1。
我尝试将Detection或Detection/utils目录(通过编辑~./bashrc)添加到 PYTHONPATH:
export PYTHONPATH="$PYTHONPATH:/home/username/CNTK-Hotel-pictures-classificator/Detection"
如 https://github.com/Microsoft/CNTK/issues/2705中所述, 但错误仍然存在。
更新: 截图