Update README.md
Browse files
README.md
CHANGED
@@ -93,7 +93,7 @@ The model can be easily loaded and used with the `ultralytics` Python library.
|
|
93 |
from ultralytics import YOLO
|
94 |
|
95 |
# Load the model from the Hugging Face Hub
|
96 |
-
model = YOLO('your_huggingface_username/YOLO-gen-11x-OBB') #
|
97 |
|
98 |
# Run inference on an image
|
99 |
image_path = 'path/to/your/manuscript_page.jpg'
|
|
|
93 |
from ultralytics import YOLO
|
94 |
|
95 |
# Load the model from the Hugging Face Hub
|
96 |
+
model = YOLO('your_huggingface_username/YOLO-gen-11x-OBB') # Replace with your user / repo name
|
97 |
|
98 |
# Run inference on an image
|
99 |
image_path = 'path/to/your/manuscript_page.jpg'
|