File size: 194 Bytes
37165e0
 
 
 
 
 
 
1
2
3
4
5
6
7
class DummyTrack:
    def __init__(self, *args, **kwargs):
        pass

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