class documentation
class Metadata(BaseModelExtraForbid):
Stored metadata for a Luxonis Data Format dataset.
| Method | merge |
Merge two metadata objects together. |
| Method | set |
Undocumented |
| Instance Variable | categorical |
Integer encodings for categorical metadata. |
| Instance Variable | classes |
Class-index mappings per task. |
| Instance Variable | ldf |
Luxonis Data Format version. |
| Instance Variable | metadata |
Metadata value types per metadata task. |
| Instance Variable | parent |
Optional identifier of the source dataset this dataset was derived from. |
| Instance Variable | skeletons |
Keypoint skeleton definitions per task. |
| Instance Variable | source |
Dataset source description. |
| Instance Variable | tasks |
Task types per task name. |
| Method | _sort |
Undocumented |
Merge two metadata objects together.
| Parameters | |
other:Metadata | Metadata object to merge into this one. |
| Returns | |
Metadata | New metadata object containing merged classes, tasks, skeletons, categorical encodings, metadata types, and source information. |
| Raises | |
ValueError | If the two metadata objects use different LDF versions. |