bottom-up-attention
bottom-up-attention copied to clipboard
‘’caffe.LayerParameter" has no field named "roi_pooling_param".
root@e510bcce8f01:/userhome/bottom_up_attention/tools# python my_demo.py /userhome/bottom_up_attention/tools /userhome/bottom_up_attention [libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 6390:21: Message type "caffe.LayerParameter" has no field named "roi_pooling_param". WARNING: Logging before InitGoogleLogging() is written to STDERR F0424 14:47:43.704047 9455 upgrade_proto.cpp:90] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: models/vg/ResNet-101/faster_rcnn_end2end_final/test.prototxt *** Check failure stack trace: *** Aborted (core dumped)
I meet this problem when running demo,can anyone help me,thank you!
You need to make caffe in faster-rcnn branch
i meet the same problem, did you slove it?