label-studio icon indicating copy to clipboard operation
label-studio copied to clipboard

Inability to Export Labeled Images with Oriented Bounding Boxes

Open MosbehBarhoumiRAI opened this issue 1 year ago • 0 comments

I encountered an issue while attempting to export labeled images with oriented bounding boxes. My objective is to utilize the YOLOv8 oriented bounding box (obb) format for a specific case, as outlined in the documentation https://docs.ultralytics.com/fr/tasks/obb/#export. However, I'm unable to find a method to export the bounding boxes in the required format: class_index, x1, y1, x2, y2, x3, y3, x4, y4.

Presently, all available methods seem to allow exportation solely in the format of xcn, ycn, hn, wn. I'm uncertain if I've overlooked a method or if this format is not supported. If not supported, is there a possibility to introduce this feature? Additionally, is there an alternative approach where we can label the data with oriented bounding boxes and subsequently export them? Screenshot from 2024-02-07 15-30-51

MosbehBarhoumiRAI avatar Feb 07 '24 14:02 MosbehBarhoumiRAI