tensorflow-yolo-v3 icon indicating copy to clipboard operation
tensorflow-yolo-v3 copied to clipboard

ValueError: cannot reshape array of size 3122147 into shape (1024,512,3,3)

Open AnnALekhinaE opened this issue 3 years ago • 1 comments

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: Снимок экрана от 2021-06-16 13-37-33 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

AnnALekhinaE avatar Jun 16 '21 06:06 AnnALekhinaE

because your model or your input shape is not suitable

KuoEuran avatar Jun 18 '21 07:06 KuoEuran