method

pipeline.Lifecycle.__call__

def __call__(self, cs: Tracklets, match: MatchOutcome, ctx: FrameContext) -> Tracklets

Apply per-row status transitions and return the surviving rows.

Parameters

NameTypeDescription
csTrackletsMerged tracklet snapshot (predicted plus newly-spawned rows).
matchMatchOutcomePre-lifecycle match outcome.
ctxFrameContextFrame context.

Returns

Tracklets — Row-preserving subset of ``cs``.

Source: unitrack/pipeline/base.py:165