AttributeError:'模块'对象没有属性'提案'当运行RCNN train_end2end.py时

时间:2017-02-23 18:22:26

标签: python mxnet

我正在尝试在mxnet中使用R-CNN。我有一个工作的mxnet安装。我使用git pull升级它,所以我可以使用最新版本。然后我按照github repo中的说明安装其他依赖项并运行演示。 Afetr我跑线

bash script/vgg_voc07.sh 0,1

我收到错误: AttributeError:'模块'对象没有属性'提案'当运行RCNN train_end2end.py

这正是我所做的:

    1  cd mxnet
    2  git pull
    3  cd example/rcnn
    4  ls
    5  bash script/additional_deps.sh
    6  pip install matplotlib
    7  bash script/get_voc.sh
    8  bash script/get_pretrained_model.sh
    9  bash script/vgg_voc07.sh 0,1
   10  ls
   11  cd ..
   12  sed -i 's/EXTRA_OPERATORS =/EXTRA_OPERATORS = example\/rcnn\/operator/g' config.mk
   13  make -j"$(nproc)"
   14  cd example
   15  cd rcnn
   16  make
   17  bash script/vgg_voc07.sh 0,1

我还在github

中发布了一个问题

0 个答案:

没有答案