## Snippet Code <!--Proposed snippet to include--> Tracking example(s) ```python from ultralytics import YOLO source = "..." model = YOLO("yolov8n.pt") results = model.track(source) ``` ## Relevant Fields/Options <!--List of any fields or options that should be included--> - `stream=True|False` - `persist=True|False` - `tracker="*.yaml"` - All others from Predict ## Matching Docs Pages <!--Link(s) to any documentation pages that should be included--> - https://docs.ultralytics.com/modes/track/ ## Additional Information <!--Include other thoughts or information that is relevant-->