Update README.md
Browse files
README.md
CHANGED
@@ -74,7 +74,7 @@ You can load the model using the `ultralytics` library, as shown below:
|
|
74 |
from ultralytics import YOLO
|
75 |
|
76 |
# Load the model from Hugging Face
|
77 |
-
model = YOLO('https://huggingface.co/
|
78 |
|
79 |
# Run inference on an image
|
80 |
results = model('path_to_image.jpg')
|
|
|
74 |
from ultralytics import YOLO
|
75 |
|
76 |
# Load the model from Hugging Face
|
77 |
+
model = YOLO('https://huggingface.co/poudel/yolov8-cargo-package-counter/resolve/main/best.pt')
|
78 |
|
79 |
# Run inference on an image
|
80 |
results = model('path_to_image.jpg')
|