yolov3-tf2 icon indicating copy to clipboard operation
yolov3-tf2 copied to clipboard

ValueError: cannot reshape array of size 1518 into shape (33,256,1,1)

Open VeliAliyev opened this issue 4 years ago • 3 comments

While executing python convert.py --weights ./data/yolov3-tiny.weights --num_classes 6 --output ./checkpoints/yolov3-tiny.tf --tiny to convert my tiny yolo weights i am having this issue: Screenshot from 2020-05-07 19-36-30

please help

VeliAliyev avatar May 07 '20 16:05 VeliAliyev

@VeliAliyev did you find the solution ??

shsur-27 avatar May 26 '20 09:05 shsur-27

While executing python convert.py --weights ./data/yolov3-tiny.weights --num_classes 6 --output ./checkpoints/yolov3-tiny.tf --tiny to convert my tiny yolo weights i am having this issue: Screenshot from 2020-05-07 19-36-30

please help

Cross validate your dataset if they have bbox out of the image. I had the same issue and when I cross-checked my dataset I indeed had coordinates of bboxes out of the images( even negative!! )

abhishek-verma-github avatar May 31 '20 11:05 abhishek-verma-github

I have the same isuue when converting my own yolov3-tiny.weights.

NearLuan avatar Jun 19 '20 02:06 NearLuan