caffe
caffe copied to clipboard
prior_box_param and permute_param not found
Hi, i am new to caffe, trying to build a face detection program,got the error below,anyone knows why?
Many Thanks~
Env: ubuntu16.04 python3.5 cuda 10 caffe 1.0.0
Errors:
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 1760:19: Message type "caffe.LayerParameter" has no field named "prior_box_param". F0414 23:14:55.351729 16191 upgrade_proto.cpp:90] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: faceboxes_deploy.prototxt *** Check failure stack trace: ***
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 1818:17: Message type "caffe.LayerParameter" has no field named "permute_param". F0414 23:59:46.658098 24491 upgrade_proto.cpp:90] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: faceboxes_deploy.prototxt *** Check failure stack trace: ***
Have you solved the problem"Error parsing text-format caffe.NetParameter: 1818:17: Message type "caffe.LayerParameter" has no field named "permute_param"." ?I have encountered this problem and need your help urgently
I got the same problem,did there any information?
What's permute_param stands for?
I have the same problem, When I Try to convert caffemodel to mlmodel user coremltools
Same issue while trying to parse model.protobuf file
google.protobuf.text_format.ParseError: 2078:3 : Message type "caffe.LayerParameter" has no field named "permute_param".
layer {
name: "cls1/permute"
type: "Permute"
bottom: "cls1/conv"
top: "cls1/permute"
permute_param {
order: 0
order: 2
order: 3
order: 1
}
}