tensorflow-yolov4-tflite icon indicating copy to clipboard operation
tensorflow-yolov4-tflite copied to clipboard

weight issue while working on test code

Open sphill9803 opened this issue 3 years ago • 0 comments

I got error message below

tensorflow-yolov4-tflite/core/utils.py", line 63, in load_weights conv_weights = conv_weights.reshape(conv_shape).transpose([2, 3, 1, 0]) ValueError: cannot reshape array of size 421 into shape (32,3,3,3)

I used yolov4.weights and coco.names. I did not change anything, but there exists error. How can I fix this?

sphill9803 avatar Jun 29 '22 08:06 sphill9803