at line 115 : boxes1 = tf.transpose(boxes1, [1, 2, 3, 0]) the boxes1 data format transform from [cx, cy, w, h] to [x1, y1, x2, y2] yet. why there is line 115 convet format to [y1, x2, y2, x1] ???? I don't understand thanks
at line 115 : boxes1 = tf.transpose(boxes1, [1, 2, 3, 0])
the boxes1 data format transform from [cx, cy, w, h] to [x1, y1, x2, y2] yet.
why there is line 115 convet format to [y1, x2, y2, x1] ????
I don't understand
thanks