You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r is rotation angle w.r.t to the box center by :math:`|r|` degrees counter clock wise in the image plan
211
211
212
-
``'xyxyxyxy'``: boxes are represented via corners, x1, y1 being top left, x2, y2 bottom right,
213
-
x3, y3 bottom left, and x4, y4 top right.
212
+
``'xyxyxyxy'``: boxes are represented via corners, x1, y1 being top left, x2, y2 top right,
213
+
x3, y3 bottom right, and x4, y4 bottom left.
214
214
215
215
Args:
216
216
boxes (Tensor[N, K]): boxes which will be converted. K is the number of coordinates (4 for unrotated bounding boxes, 5 or 8 for rotated bounding boxes)
0 commit comments