class DummyTrack: def __init__(self, *args, **kwargs): pass def __call__(self, detections, *args, **kwargs): # Just return the detections as-is return detections