HumanSignal / HumanSignal/label-studio

Segmentation: merge multiple PolygonLabels to one annotation

Open
#2,766 1 comment 0 reactions 1 assignee Claimed by @makseq View on GitHub
export feature images segmentation
Dominant language
TypeScript
Stars
28.3k
Forks
3.7k
Avg merge
14h
Merged PRs (30d)
15

Description

It would be nice to be able to 'merge' multiple PolygonLabels to one annotation, e.g. in Coco formate:
segmentation: [[0, 0, 1, 1, 1, 0], [2, 2, 2, 3, 3, 3]] i.e. two unconnected triangles belong to one annotation.

This is especially convenient for Instance Segmentation, where one annotation describes the mask of one instance (which does not need to be connected...)

If this is already implemented, please hint me towards some documentation - but I haven't found any on the website.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.