5f1587b
1
2
3
4
5
6
7
8
from .bytetrack import ByteTrack def build_tracker(cfg): """ Build the tracking model based on the provided configuration. """ # Initialize the tracker return ByteTrack()