class documentation

class SegmentationType(enum.Enum): (source)

View In Hierarchy

The FiftyOne label type used to store segmentations

Constant INSTANCE Undocumented
Constant POLYLINE Undocumented
Constant SEMANTIC Undocumented
INSTANCE: int = (source)

Undocumented

Value
1
POLYLINE: int = (source)

Undocumented

Value
2
SEMANTIC: int = (source)

Undocumented

Value
3