Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

[suggestion] Export format add YOLOV8-OBB #280

Open
TRYOKETHEPEN opened this issue Mar 14, 2024 · 0 comments
Open

[suggestion] Export format add YOLOV8-OBB #280

TRYOKETHEPEN opened this issue Mar 14, 2024 · 0 comments

Comments

@TRYOKETHEPEN
Copy link

TRYOKETHEPEN commented Mar 14, 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?

ftapajos added a commit to ftapajos/label-studio-converter that referenced this issue Mar 19, 2024
Author could not test this commit. Any help is appreciated

ref: https://docs.ultralytics.com/datasets/obb/#supported-obb-dataset-formats
ref: HumanSignal#280
ftapajos added a commit to ftapajos/label-studio-converter that referenced this issue Mar 19, 2024
Author could not test this commit. Any help is appreciated

ref: https://docs.ultralytics.com/datasets/obb/#supported-obb-dataset-formats
ref: HumanSignal#280
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant