Rerun

AnnotationInfo

Annotation info annotating a class id or key-point id.

Color and label will be used to annotate entities/keypoints which reference the id. The id refers either to a class or key-point id

Fields fields

id

Type: non-null UInt16

datatypes.ClassId or datatypes.KeypointId to which this annotation info belongs.

label

Type: Utf8

The label that will be shown in the UI.

color

Type: Rgba32

The color that will be applied to the annotated entity.

Arrow datatype arrow-datatype

Struct(
    "id": non-null UInt16
    "label": Utf8
    "color": UInt32
)

Used by used-by