pierluigiferrari / caffe_weight_converter

Caffe-to-Keras weight converter. Can also export weights as Numpy arrays for further processing.
GNU General Public License v3.0
69 stars 25 forks source link

Message type "caffe.LayerParameter" has no field named "prior_box_param" #13

Open shafu0x opened 4 years ago

shafu0x commented 4 years ago

Does anyone know how to fix this unsupported op?

[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 2423:19: Message type "caffe.LayerParameter" has no field named "prior_box_param".
WARNING: Logging before InitGoogleLogging() is written to STDERR
yangh-zzf-itcast commented 2 years ago

I meet the same problem too!