update model to v26

main
bahawal.baloch 2026-04-01 12:21:30 +05:00
parent 1454058acc
commit 215f5591ea
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ state = {
# ---------------------------------------------------------------------------
# YOLO model (downloaded on first run)
# ---------------------------------------------------------------------------
model = YOLO("yolov8n.pt")
model = YOLO("yolo26m.pt")
# Group tracking
_group_trackers: dict = {}