method

assignment.ClipAssociator.__call__

def __call__(self, cs: ClipTracklets, ds: ClipDetections, ctx: ClipFrameContext) -> ClipMatchOutcome

Match clip tracklets to clip detections.

Parameters

NameTypeDescription
csClipTrackletsTracklet snapshot spanning the clip.
dsClipDetectionsDetection snapshot spanning the clip.
ctxClipFrameContextPer-clip frame context.

Returns

ClipMatchOutcome — Per-frame match outcomes for the clip.

Source: unitrack/assignment/clip_associate.py:25