linjieyangsc / densecap

Dense captioning with joint inference and visual context
Other
53 stars 24 forks source link

Unable to run demo.py due to Caffe error #4

Open thiippal opened 5 years ago

thiippal commented 5 years ago

Hey,

I've been trying to get the system to work for a couple of days now, but keep on running into trouble with Caffe.

When running the demo.py in lib/tools, I get the following error message:

[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 426:18: Message type "caffe.LayerParameter" has no field named "reshape_param".

WARNING: Logging before InitGoogleLogging() is written to STDERR
F0314 06:48:26.013850 25088 upgrade_proto.cpp:928] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: models/dense_cap/vgg_region_global_feature.prototxt

Could you provide a link to the specific Caffe version / fork that you currently use for the project? I understand that you need Ross Girschick's fork for Fast R-CNN to enable ROI pooling. My system has CUDA 8.0 and CuDNN 7.1.

antonionetoo commented 5 years ago

Got you fix the error?

thiippal commented 5 years ago

@antonionetoo Nope, never did!