首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >“caffe.LayerParameter”没有名为"roi_pooling_param“的字段

“caffe.LayerParameter”没有名为"roi_pooling_param“的字段
EN

Stack Overflow用户
提问于 2016-08-23 11:22:12
回答 1查看 4.1K关注 0票数 4

当我试图运行fast-r-cnn的./tools/demo.py时。在Ubuntu16.04上工作,我得到了以下错误,尽管caffe已经成功安装!!

./tools/demo.py

代码语言:javascript
复制
WARNING: Logging before InitGoogleLogging() is written to STDERR
W0823 14:12:46.105280  4444 _caffe.cpp:122] DEPRECATION WARNING - deprecated use of Python interface
W0823 14:12:46.105316  4444 _caffe.cpp:123] Use this instead (with the named "weights" parameter):
W0823 14:12:46.105319  4444 _caffe.cpp:125] Net('/home/hana/Documents/try/fast-rcnn-master/models/VGG16/test.prototxt', 1, weights='/home/hana/Documents/try/fast-rcnn-master/data/fast_rcnn_models/vgg16_fast_rcnn_iter_40000.caffemodel')
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 392:21: Message type "caffe.LayerParameter" has no field named "roi_pooling_param".
F0823 14:12:46.106595  4444 upgrade_proto.cpp:79] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: /home/hana/Documents/try/fast-rcnn-master/models/VGG16/test.prototxt
*** Check failure stack trace: ***
Aborted (core dumped)

有什么帮助吗?

EN

回答 1

Stack Overflow用户

发布于 2017-02-27 11:42:55

更快-RCNN 需要自己的一支咖啡豆。此分支包括roi_pooling_layer及其相关参数。

按照更快的RCNN安装说明得到正确的caffe分支。

票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/39099783

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档