qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.45k forks source link

Error when Data augmentation removed! Need help #780

Open shamsudheen-marakkar opened 1 year ago

shamsudheen-marakkar commented 1 year ago

---> 66 y_true[l][b, j, i, k, 0:4] = true_boxes[b,t, 0:4] 67 y_true[l][b, j, i, k, 4] = 1 68 y_true[l][b, j, i, k, 5+c] = 1

IndexError: index 13 is out of bounds for axis 2 with size 13