HumanSignal / label-studio-converter

Tools for converting Label Studio annotations into common dataset formats
https://labelstud.io/
255 stars 132 forks source link

feat: Support for exporting to YOLO OBB format #287

Closed NickSwardh closed 4 months ago

NickSwardh commented 4 months ago

This PR adds support for exporting LS projects to YOLO OBB format. I have also added unit-tests for YOLO OBB exports and tests for verifying the conversion from LS annotated format to YOLO OBB format.

sajarin commented 4 months ago

/jira create

deadmerc commented 4 months ago

obb = (format == Format.YOLO_OBB)

There is a typo, should be is_obb ?

makseq commented 4 months ago

Related original PR: https://github.com/HumanSignal/label-studio-converter/pull/281