class documentation
class LDF_1_0_0_MetadataDict(TypedDict):
Metadata dictionary used by LDF 1.0.0.
| Instance Variable | categorical |
Categorical metadata encodings. |
| Instance Variable | classes |
Class names keyed by old task names. |
| Instance Variable | ldf |
LDF version string. |
| Instance Variable | metadata |
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. |