From 215f5591ea4e179bd883fb68e59c255db8466e18 Mon Sep 17 00:00:00 2001 From: "bahawal.baloch" Date: Wed, 1 Apr 2026 12:21:30 +0500 Subject: [PATCH] update model to v26 --- camera_stream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camera_stream.py b/camera_stream.py index 91222d4..4f8cf6c 100644 --- a/camera_stream.py +++ b/camera_stream.py @@ -45,7 +45,7 @@ state = { # --------------------------------------------------------------------------- # YOLO model (downloaded on first run) # --------------------------------------------------------------------------- -model = YOLO("yolov8n.pt") +model = YOLO("yolo26m.pt") # Group tracking _group_trackers: dict = {}