2016-08-23 5 views
2

./tools/demo.pyのfast-r-cnnを実行しようとしました。 UBUNTUで働いています16.04 私は次のエラーを受け取りましたが、caffeは正常にインストールされました!fast-r-cnn:caffe.LayerParameter "に「roi_pooling_param」という名前のフィールドがありません

./tools/demo.py

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) 

してください任意のヘルプ?

+2

あなたは正しいcaffeバージョンを使用していますか? fast-r-cnnには、いくつかの変更を加えたcaffeの特別なブランチがあります。 – Shai

+1

ありがとう! これは私の問題でした。 –

答えて

関連する問題