method

pipeline.Visibility.__call__

def __call__(self, cs: Tracklets, match: MatchOutcome) -> torch.Tensor

Return the IDs of tracklets that should appear in the public output.

Parameters

NameTypeDescription
csTrackletsPost-lifecycle snapshot (with Removed rows already dropped from the visibility view).
matchMatchOutcomePre-lifecycle match outcome remapped into the visible row space, optionally extended with virtual pairs for newly-spawned tracklets.

Returns

torch.Tensor — ``int64`` tensor of visible tracklet IDs.

Source: unitrack/pipeline/base.py:195