nicetoolbox.evaluation.metrics.metric_result.FrameResult

class nicetoolbox.evaluation.metrics.metric_result.FrameResult(arrays: dict[str, list[nicetoolbox.evaluation.data.input_loader.LoadedArray]] = <factory>)[source]

Bases: object

Per-frame result stored as NPZ files.

Arrays at the same index across all keys belong to the same NPZ file.

arrays

Maps NPZ key name to a list of LoadedArrays (one per sequence/algorithm).

Type:

dict[str, list[nicetoolbox.evaluation.data.input_loader.LoadedArray]]

Methods

Attributes

arrays