CMU-Perceptual-Computing-Lab / caffe_rtpose

Realtime C++ code for multi-person pose estimation
Other
356 stars 207 forks source link

compitable issue on training #52

Open nanma56 opened 6 years ago

nanma56 commented 6 years ago

I downloaded the caffe_rtpose without modification and tried to use it to re-train the openpose model, however, I got the error: Error parsing text-format caffe.NetParameter: 11:23: Message type "caffe.LayerParameter" has no field named "cpm_transform_param". F0416 19:41:44.973068 11790 upgrade_proto.cpp:79] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: pose_train_test.prototxt

Please advise how to work around it

Thanks