from ultralytics import YOLO # Configure the tracking parameters and run the tracker model = YOLO('best.pt') results = model.track(source="./videos/123.mp4", tracker='botsort.yaml', show=True)