Skip to content

Commit

Permalink
changed benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed Jan 17, 2025
1 parent 7ee18a0 commit 3a353a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vision/ultralytics-benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a353a9

Please sign in to comment.