You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the script to convert weights to caffemodel with the commond "python convert_weights_to_caffemodel.py", while it came the error : model file is yolo.prototxt weight file is yolo.weights output caffemodel file is yolo.caffemodel [libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 1013:15: Message type "caffe.LayerParameter" has no field named "reorg_param". WARNING: Logging before InitGoogleLogging() is written to STDERR F1228 11:18:48.138550 19824 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: yolo.prototxt *** Check failure stack trace: *** Aborted (core dumped)
Could anyone give me some advice, thank you in advance.
The text was updated successfully, but these errors were encountered:
I used the script to convert weights to caffemodel with the commond "python convert_weights_to_caffemodel.py", while it came the error :
model file is yolo.prototxt weight file is yolo.weights output caffemodel file is yolo.caffemodel [libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 1013:15: Message type "caffe.LayerParameter" has no field named "reorg_param". WARNING: Logging before InitGoogleLogging() is written to STDERR F1228 11:18:48.138550 19824 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: yolo.prototxt *** Check failure stack trace: *** Aborted (core dumped)
Could anyone give me some advice, thank you in advance.
The text was updated successfully, but these errors were encountered: