class documentation

class LDF_1_0_0_MetadataDict(TypedDict):

View In Hierarchy

Metadata dictionary used by LDF 1.0.0.

Instance Variable categorical_encodings Categorical metadata encodings.
Instance Variable classes Class names keyed by old task names.
Instance Variable ldf_version LDF version string.
Instance Variable metadata_types Metadata value types.
Instance Variable skeletons Keypoint skeletons keyed by task name.
Instance Variable source Source metadata dictionary.
Instance Variable tasks Task types keyed by old task names.
categorical_encodings: dict[str, dict[str, int]] =

Categorical metadata encodings.

classes: dict[str, list[str]] =

Class names keyed by old task names.

ldf_version: str =

LDF version string.

metadata_types: dict[str, Literal['float', 'int', 'str', 'Category']] =

Metadata value types.

skeletons: dict[str, Skeletons] =

Keypoint skeletons keyed by task name.

source: dict[str, Any] =

Source metadata dictionary.

tasks: dict[str, list[str]] =

Task types keyed by old task names.