method

states.LearnedObservation.__call__

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

Apply the learned update module to matched tracklet-detection pairs.

Source: unitrack/states/learned.py:78