method

gates.ScoreGate.__call__

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

Return a PerDs gate keeping detections with score >= threshold.

Source: unitrack/gates/simple.py:47