Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ To use the model for inference:
|
|
44 |
from ultralytics import YOLO
|
45 |
|
46 |
# Load the model
|
47 |
-
model = YOLO('
|
48 |
|
49 |
# Run inference on an image
|
50 |
results = model('image.jpg')
|
|
|
44 |
from ultralytics import YOLO
|
45 |
|
46 |
# Load the model
|
47 |
+
model = YOLO('yolon11_object365.pt')
|
48 |
|
49 |
# Run inference on an image
|
50 |
results = model('image.jpg')
|