HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
19.03k stars 2.37k forks source link

Can support brushLabel export to yolo or yolo-seg formmat? #6556

Closed Twenty3hree closed 2 days ago

Twenty3hree commented 6 days ago

1729845808551 now, when we export to yolo, we can only export to these 3 label_format

heidi-humansignal commented 6 days ago

Hello,

Currently, Label Studio does not support exporting BrushLabels directly to YOLO or YOLO-Seg format. BrushLabels are used for pixel-wise segmentation tasks, and exporting them to YOLO format, which primarily supports bounding boxes and polygons, is not directly available. However, you can export your BrushLabels as PNG or NumPy mask files and then convert them to the desired format using custom scripts. Some community members have shared solutions for converting masks to formats compatible with YOLO.

You might find this GitHub issue helpful:

Thank you, Abu

Comment by Abubakar Saad Workflow Run

Twenty3hree commented 4 days ago

Thanks a lot

heidi-humansignal commented 2 days ago

No problem, I'll close this issue.

Thank you, Abu

Comment by Abubakar Saad Workflow Run