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
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
After v8.1, Ultralytics added adaptation to YOLOv8-OBB, and the dataset format is: class_index, x1, y1, x2, y2, x3, y3, x4, y4
At now, label-studio's export option "YOLO" only support the tradditional YOLO-detection: class_index, x_center, y_center, width, height
And the only way to make OBB dataset is: transform from exported JSON to OBB format, using a Python script.
Could you please add an export option to support YOLOV8-OBB natively?
The text was updated successfully, but these errors were encountered:
ftapajos
added a commit
to ftapajos/label-studio-converter
that referenced
this issue
Mar 19, 2024
Thanks for this project!
After v8.1, Ultralytics added adaptation to YOLOv8-OBB, and the dataset format is:
class_index, x1, y1, x2, y2, x3, y3, x4, y4
At now, label-studio's export option "YOLO" only support the tradditional YOLO-detection:
class_index, x_center, y_center, width, height
And the only way to make OBB dataset is: transform from exported JSON to OBB format, using a Python script.
Could you please add an export option to support YOLOV8-OBB natively?
The text was updated successfully, but these errors were encountered: