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
I see that we have mmrotate.core.bbox.obb2poly(rbboxes, version='oc') in the mmrotate API documentation and code so that we can convert oriented bounding boxes to polygons.
Is obb2poly missing from mmyolo or has it been moved/renamed? I ask because I need the [x0,y0,x1,y1,x2,y2,x3,y3] format similar to YOLOv8 OBB rather than the labelme output in the image_demo.py
if I use from mmrotate.core.bbox import obb2poly I get
from mmrotate.core.bbox import obb2poly
ModuleNotFoundError: No module named 'mmrotate.core'
Any ideas would be greatly appreciated :)
NOTE: I have mmrotate installed using mim install -r requirements/mmrotate.txt from the mmyolo git.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I see that we have
mmrotate.core.bbox.obb2poly(rbboxes, version='oc')
in the mmrotate API documentation and code so that we can convert oriented bounding boxes to polygons.Is obb2poly missing from mmyolo or has it been moved/renamed? I ask because I need the [x0,y0,x1,y1,x2,y2,x3,y3] format similar to YOLOv8 OBB rather than the labelme output in the image_demo.py
if I use from
mmrotate.core.bbox import obb2poly
I getAny ideas would be greatly appreciated :)
NOTE: I have mmrotate installed using
mim install -r requirements/mmrotate.txt
from the mmyolo git.Beta Was this translation helpful? Give feedback.
All reactions