Chrismoon commited on
Commit
2a10b2f
·
verified ·
1 Parent(s): 5e89e98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ datasets:
36
 
37
  ```python
38
 
39
- model = YOLO('/content/runs/detect/train3/weights/best.pt')
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'