import multiple segmentations from coco format json #246
Labels
community:contribution
Contributions from the LS community
community:issue
community:reviewed
Community
Problem
when converting coco annotation to label studio format, only the first item is used as a segmentation.
label-studio-sdk/src/label_studio_sdk/converter/imports/coco.py
Line 54 in 5fceb54
for example
expected
actual
Suggestion
can we use all segmentations instead?
or am I misunderstanding something?
from
label-studio-sdk/src/label_studio_sdk/converter/imports/coco.py
Lines 218 to 227 in 5fceb54
to
something like this
The text was updated successfully, but these errors were encountered: