Spaces:
Runtime error
Runtime error
Update video_detection.py
Browse files- video_detection.py +1 -1
video_detection.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from ultralytics import YOLO
|
2 |
import cv2
|
3 |
|
4 |
-
model = YOLO("
|
5 |
|
6 |
def draw_boxes(frame, results):
|
7 |
for r in results:
|
|
|
1 |
from ultralytics import YOLO
|
2 |
import cv2
|
3 |
|
4 |
+
model = YOLO("model/yolo11n_6-2-25.pt")
|
5 |
|
6 |
def draw_boxes(frame, results):
|
7 |
for r in results:
|