tf2-keras-yolo3
tf2-keras-yolo3 copied to clipboard
ValueError: slice index -1 of dimension 0 out of bounds. for 'loss/yolo_loss_loss/strided_slice' (op: 'StridedSlice') with input shapes: [0], [1], [1], [1] and with computed input tensors: input[1] = <-1>, input[2] = <0>, input[3] = <1>.
I downloaded yolo tiny weights and cfg. converted them. My training classes are two (mask - no mask).
I did the exact same steps in readme file.
However I get this error:
ValueError: slice index -1 of dimension 0 out of bounds. for 'loss/yolo_loss_loss/strided_slice' (op: 'StridedSlice') with input shapes: [0], [1], [1], [1] and with computed input tensors: input[1] = <-1>, input[2] = <0>, input[3] = <1>.
How can I resolve this? @AaronJny
Can u solve It?I meet the same problem。Please help me!
Can u solve It?I meet the same problem。Please help me!
Can u solve It?I meet the same problem。Please help me!
Did u finally solve it? I meet the same problem.