I downloaded the source code and builded the caffe. Now i wrote sample code and load the caffe model file which downloaded using "sh fetch_mscnn_car_model.sh" script. I got below error while loading pre trained caffe model file in sample code downloaded from "https://github.com/BVLC/caffe/blob/master/examples/cpp_classification/classification.cpp".
Can you please help, how to solve this.?
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 2:15: Interpreting non ascii codepoint 162.
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 2:15: Message type "caffe.NetParameter" has no field named "VGG_16_layers".
WARNING: Logging before InitGoogleLogging() is written to STDERR
F0225 13:02:32.477461 15245 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: mscnn_kitti_trainval_2nd_iter_35000.caffemodel
Check failure stack trace:
Aborted (core dumped)
Hi All,
I downloaded the source code and builded the caffe. Now i wrote sample code and load the caffe model file which downloaded using "sh fetch_mscnn_car_model.sh" script. I got below error while loading pre trained caffe model file in sample code downloaded from
"https://github.com/BVLC/caffe/blob/master/examples/cpp_classification/classification.cpp".
Can you please help, how to solve this.?
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 2:15: Interpreting non ascii codepoint 162. [libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 2:15: Message type "caffe.NetParameter" has no field named "VGG_16_layers". WARNING: Logging before InitGoogleLogging() is written to STDERR F0225 13:02:32.477461 15245 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: mscnn_kitti_trainval_2nd_iter_35000.caffemodel Check failure stack trace: Aborted (core dumped)