method

states.EMATrack.__call__

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

Return tracklets unchanged; the EMA blend happens in :class:`EMAFuse`.

Source: unitrack/states/ema.py:103