Rerun

ClassDescriptionMapElem

āš ļø This type is unstable and may change significantly in a way that the data won't be backwards compatible. A helper type for mapping datatypes.ClassIds to class descriptions.

This is internal to components.AnnotationContext.

Fields fields

class_id

Type: non-null ClassId

The key: the components.ClassId.

class_description

Type: non-null ClassDescription

The value: class name, color, etc.

Arrow datatype arrow-datatype

Struct(
    "class_id": non-null UInt16
    "class_description": non-null Struct(
        "info": non-null Struct(
            "id": non-null UInt16
            "label": Utf8
            "color": UInt32
        )
        "keypoint_annotations": non-null List(non-null Struct(
                "id": non-null UInt16
                "label": Utf8
                "color": UInt32
            ))
        "keypoint_connections": non-null List(non-null Struct(
                "keypoint0": non-null UInt16
                "keypoint1": non-null UInt16
            ))
    )
)

Used by used-by