Skip to content

Commit e207b82

Browse files
nikitabelonogovKMYsqHRKtriklozoid
authored
feat: LEAP-1937: Add brush_to_coco format (#432)
Co-authored-by: Kamiya_sensyn <[email protected]> Co-authored-by: Sergei Ivashchenko <[email protected]>
1 parent 39eb62e commit e207b82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/label_studio_sdk/converter/converter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ class Converter(object):
170170
"tags": ["speech recognition"],
171171
},
172172
Format.BRUSH_TO_COCO: {
173+
173174
"title": "Brush labels to COCO",
174175
"description": "Export your brush labels as COCO format for segmentation tasks. Converts RLE encoded masks to COCO polygons.",
175176
"link": "https://labelstud.io/guide/export.html#COCO",

0 commit comments

Comments
 (0)