assignment.ClipAssociator.__call__
def __call__(self, cs: ClipTracklets, ds: ClipDetections, ctx: ClipFrameContext) -> ClipMatchOutcomeMatch clip tracklets to clip detections.
Parameters
| Name | Type | Description |
|---|---|---|
| cs | ClipTracklets | Tracklet snapshot spanning the clip. |
| ds | ClipDetections | Detection snapshot spanning the clip. |
| ctx | ClipFrameContext | Per-clip frame context. |
Returns
ClipMatchOutcome — Per-frame match outcomes for the clip.
Source: unitrack/assignment/clip_associate.py:25