orders of rotate box in nms and iou
destinyzs opened this issue · 2 comments
destinyzs commented
In rotate_polygon_nms.pyx
and rbbox_overlaps.pyx
, the order of input boxes is [x_ctr, y_ctr, w, h, theta]
or [y_ctr, x_ctr, h, w, theta]
?
I am confused about it . Can you give me some help? @mjq11302010044
mjq11302010044 commented
@destinyzs [y_ctr, x_ctr, h, w, theta]
destinyzs commented
But, here, you say the order of input box in rotate_polygon_nms
is [x, y, w, h, theta]
... @mjq11302010044