billiard/test.py

6 lines
194 B
Python

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)