HumanSignal / label-studio-converter

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

feat: Add YOLOv5+ polygon format export #169

Closed xumix closed 1 year ago

makseq commented 1 year ago

@xumix Sorry, just found we forget to add Polygon and PolygonLabels here: https://github.com/heartexlabs/label-studio-converter/blob/master/label_studio_converter/converter.py#L231

Could you please create a new PR with this fix?

xumix commented 1 year ago

@xumix Sorry, just found we forget to add Polygon and PolygonLabels here: https://github.com/heartexlabs/label-studio-converter/blob/master/label_studio_converter/converter.py#L231

Could you please create a new PR with this fix?

Sure, created PR #170