nicetoolbox.evaluation.data.input_loader.ExperimentMeta¶
- class nicetoolbox.evaluation.data.input_loader.ExperimentMeta(npz_path: pathlib.Path, npz_key: str, dataset: str, session: str, sequence: str, component: str, algorithm: str, fps: int, subsequence: nicetoolbox.evaluation.data.input_loader.SubsequenceInfo)[source]¶
Bases:
NpzMetaMethods
Return the key used to pair this array with its counterpart during alignment.
Return columns that must always get their own row in summaries (never pooled).
Return the dimension used to compare results side-by-side (e.g.
Return user-facing metadata fields as a flat dict.
Attributes
datasetsessionsequencecomponentalgorithmfpssubsequencenpz_pathnpz_key- align_key() tuple[source]¶
Return the key used to pair this array with its counterpart during alignment.
- classmethod always_iterate() frozenset[str][source]¶
Return columns that must always get their own row in summaries (never pooled).