caffe icon indicating copy to clipboard operation
caffe copied to clipboard

prior_box_param and permute_param not found

Open veolata opened this issue 6 years ago • 5 comments

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: ***

veolata avatar Apr 14 '19 16:04 veolata

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

lixingran666 avatar Jun 01 '20 09:06 lixingran666

I got the same problem,did there any information?

FusEcho avatar Feb 19 '21 09:02 FusEcho

What's permute_param stands for?

lygstate avatar Mar 02 '21 08:03 lygstate

I have the same problem, When I Try to convert caffemodel to mlmodel user coremltools

panjinmimg avatar Apr 25 '21 05:04 panjinmimg

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
  }
}

nxt007 avatar Sep 23 '22 14:09 nxt007