We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39eb62e commit e207b82Copy full SHA for e207b82
src/label_studio_sdk/converter/converter.py
@@ -170,6 +170,7 @@ class Converter(object):
170
"tags": ["speech recognition"],
171
},
172
Format.BRUSH_TO_COCO: {
173
+
174
"title": "Brush labels to COCO",
175
"description": "Export your brush labels as COCO format for segmentation tasks. Converts RLE encoded masks to COCO polygons.",
176
"link": "https://labelstud.io/guide/export.html#COCO",
0 commit comments