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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: