Update README.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ datasets:
|
|
| 36 |
|
| 37 |
```python
|
| 38 |
|
| 39 |
-
model = YOLO('
|
| 40 |
|
| 41 |
#path to Yaml
|
| 42 |
dataset_config = '/content/Dataset/data.yaml'
|
|
|
|
| 36 |
|
| 37 |
```python
|
| 38 |
|
| 39 |
+
model = YOLO('yolon.pt')
|
| 40 |
|
| 41 |
#path to Yaml
|
| 42 |
dataset_config = '/content/Dataset/data.yaml'
|