Upload 3 files
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import os
|
|
7 |
|
8 |
# Model Initialization
|
9 |
|
10 |
-
model = YOLO(
|
11 |
|
12 |
# Adjust the path to your YOLOv11 model
|
13 |
# Function to detect actions in images
|
|
|
7 |
|
8 |
# Model Initialization
|
9 |
|
10 |
+
model = YOLO('C:\\Users\\SRUTHI\\Desktop\\python-app\\yolo11l.pt')
|
11 |
|
12 |
# Adjust the path to your YOLOv11 model
|
13 |
# Function to detect actions in images
|