Ljung323
Ljung323
# Problem when converting coco annotation to label studio format, only the first item is used as a segmentation. https://github.com/HumanSignal/label-studio-sdk/blob/5fceb54cc74766f5666db8a835c8301e3d5b4c32/src/label_studio_sdk/converter/imports/coco.py#L54 ## for example ### expected ### actual # Suggestion can...
# Issue https://github.com/HumanSignal/label-studio-sdk/issues/246 # Changes - d5287ad pass all segmentation items to `create_segmentation` function - 3b76299 fix the content of help # Test ## original image with segmentation ## before...