We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3311979 commit 4750ac4Copy full SHA for 4750ac4
app.py
@@ -4,7 +4,7 @@
4
from ultralytics import YOLO
5
6
# Load YOLO model
7
-model = YOLO('yolov8n.pt')
+model = YOLO('model.pt')
8
9
# Initialize webcam
10
webcam = cv2.VideoCapture(0)
0 commit comments