Closed saskra closed 1 year ago
@saskra what if your labeling config? If there is a BrushLabels, it's not yet supported in COCO export.
I have both polygons and brush. However, this is about the general supplied example of LabelStudio and not my data, and already here I do not understand how it works because I do not find the mask in the output.
Masks won't be exported in COCO, because they are not supported in the converter. Polygons should be exported.
I want to convert the JSON files with my polygon annotations from LabelStudio to COCO compatible files and I followed this example to do so: https://github.com/heartexlabs/label-studio-converter#coco
However, the result looks like this:
The most important thing is missing there, the points of the label. These are not the contents of the example file but only those of the configuration file from here: https://github.com/heartexlabs/label-studio/tree/61d883810eacabedfd0248eb3d851763924f07be/label_studio/examples/image_polygons
What do I have to do differently?