From 3a353a9d4801b26285edb62129a5cb449e95bc4f Mon Sep 17 00:00:00 2001 From: Mehul Goel Date: Thu, 16 Jan 2025 21:08:25 -0500 Subject: [PATCH] changed benchmark --- vision/ultralytics-benchmark.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vision/ultralytics-benchmark.py b/vision/ultralytics-benchmark.py index b83c3c2..7896bb4 100644 --- a/vision/ultralytics-benchmark.py +++ b/vision/ultralytics-benchmark.py @@ -3,10 +3,10 @@ from ultralytics import YOLO # Load the YOLO11 model -model = YOLO("best.pt") +model = YOLO("trained-models/01-15-25 no_pushbar yolov11 model 985_augmented.pt") # Open the video file -video_path = "data\9-21-whobaat1.avi" +video_path = "data/9-21-whobaat1.avi" cap = cv2.VideoCapture(video_path) subsample = 5