Hey! I am trying to convert the yolov3 + lstm + spp model in layers, obtained from the alexeyab custom models repository.
I run the following command: python convert_weights_pb.py --class_names obj.names --data_format NHWC --weights_file yolo_v3_spp_lstm_final.weights --spp
And I get the following error:
The --spp flag does not help in any way in solving this error. How can this problem be solved? I want to prepare a model to work with OpenVINO
Hey! I am trying to convert the yolov3 + lstm + spp model in layers, obtained from the alexeyab custom models repository. I run the following command: python convert_weights_pb.py --class_names obj.names --data_format NHWC --weights_file yolo_v3_spp_lstm_final.weights --spp And I get the following error: The --spp flag does not help in any way in solving this error. How can this problem be solved? I want to prepare a model to work with OpenVINO