Update README.md
Browse files
README.md
CHANGED
|
@@ -58,7 +58,7 @@ You can use these models directly with the Ultralytics library for segmentation:
|
|
| 58 |
from ultralytics import YOLO
|
| 59 |
|
| 60 |
# Load the best model
|
| 61 |
-
model = YOLO("
|
| 62 |
|
| 63 |
# Run inference on an image
|
| 64 |
results = model("path/to/image.jpg")
|
|
|
|
| 58 |
from ultralytics import YOLO
|
| 59 |
|
| 60 |
# Load the best model
|
| 61 |
+
model = YOLO("Basic_YOLO11_v1.pt")
|
| 62 |
|
| 63 |
# Run inference on an image
|
| 64 |
results = model("path/to/image.jpg")
|