ShaoqingRen / SPP_net

SPP_net : Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
363 stars 236 forks source link

matcaffe in Linux #17

Closed wistone closed 9 years ago

wistone commented 9 years ago

Hi, Shaoqing

I have tried your code in Linux Ubuntu12.04. Since your provided matcaffe is for windows, I have downloaded the caffe package from https://github.com/ShaoqingRen/caffe/archive/master.zip

After built all the spp components, caffe and matcaffe, I tried to run the spp_demo, but I encounter the following problem.

^[zlibprotobuf ERROR google/protobuf/text_format.cc:172] Error parsing text-format caffe.NetParameter: 14:14: Message type "caffe.V0LayerParameter" has no field named "conv_param". WARNING: Logging before InitGoogleLogging() is written to STDERR F1121 20:39:26.828352 28307 upgrade_proto.cpp:627] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: /media/Backup/SPP_net-master/data/cnn_model/Zeiler_conv5/Zeiler_spm_scale224_test_conv5.prototxt * Check failure stack trace: * Killed

It seems the provided caffe is not suitable for your prototxt?

Could you kindly help solving this problem?

Thanks.

wistone commented 9 years ago

Problem solved. You may update your fetch_model_data.m for new cnn_model

Thanks.

ucasqcz commented 8 years ago

i have the same problem ,but the model is downloaded by the fetch_model_data.m file,so do you have any suggestion" Thanks.