shalchianmh
commited on
Commit
•
4a0a894
1
Parent(s):
97c318b
Update README.md
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ YOLOv8 may also be used directly in a Python environment, and accepts the same [
|
|
64 |
```python
|
65 |
from ultralytics import YOLO
|
66 |
# Load a model
|
67 |
-
model = YOLO("YOLOv8m_Iran_license_plate_detection.pt")
|
68 |
# Train the model
|
69 |
train_results = model.train(
|
70 |
data="Iran_license_plate.yaml", # path to dataset YAML
|
|
|
64 |
```python
|
65 |
from ultralytics import YOLO
|
66 |
# Load a model
|
67 |
+
model = YOLO("local_model_path/YOLOv8m_Iran_license_plate_detection.pt")
|
68 |
# Train the model
|
69 |
train_results = model.train(
|
70 |
data="Iran_license_plate.yaml", # path to dataset YAML
|