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: uint16

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

label

Type: nullable Utf8

The label that will be shown in the UI.

color

Type: nullable Rgba32

The color that will be applied to the annotated entity.

Arrow datatype arrow-datatype

Struct {
    id: uint16
    label: nullable utf8
    color: nullable uint32
}

Used by used-by