yolov3-tf2
yolov3-tf2 copied to clipboard
ValueError: cannot reshape array of size 1518 into shape (33,256,1,1)
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:
please help
@VeliAliyev did you find the solution ??
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: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!! )
I have the same isuue when converting my own yolov3-tiny.weights.