1 | initial version |
heh, simple typo:
y = int(x_center - h / 2)
sure meant to use y_center
there.
2 | No.2 Revision |
heh, simple typo:
y = int(x_center - h / 2)
sure meant to use y_center
there.
(this will correct the boxes, not the classids)