type

data.StackedClipMatch

class StackedClipMatch:

Stacked view of a :class:`ClipMatchOutcome` along its matched-pair axis.

Per-frame :class:`~unitrack.data.MatchOutcome` residual-index and soft-plan tensors have variable per-frame shapes (they depend on per-frame ``N`` and ``M``), so the stacked form carries only the matched-pair triple plus a per-row ``frame_idx`` annotation. Use :meth:`ClipMatchOutcome.frame_ranges` to slice back into per-frame views.

Members

method

property

Source: unitrack/data/clip.py:23