Update README.md
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ pip install ultralytics
|
|
| 33 |
|
| 34 |
|
| 35 |
``` python
|
| 36 |
-
model = YOLO("Glass_Eel.pt") # Load model with proper path
|
| 37 |
|
| 38 |
results = model.predict(
|
| 39 |
source=r"sourcefile", # The file that you want to use the model to annotate
|
|
|
|
| 33 |
|
| 34 |
|
| 35 |
``` python
|
| 36 |
+
model = YOLO(r"Glass_Eel.pt") # Load model with proper path
|
| 37 |
|
| 38 |
results = model.predict(
|
| 39 |
source=r"sourcefile", # The file that you want to use the model to annotate
|