NRtred commited on
Commit
9b79292
·
verified ·
1 Parent(s): 697990c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ To use the model for inference:
44
  from ultralytics import YOLO
45
 
46
  # Load the model
47
- model = YOLO('yolon11.pt')
48
 
49
  # Run inference on an image
50
  results = model('image.jpg')
 
44
  from ultralytics import YOLO
45
 
46
  # Load the model
47
+ model = YOLO('yolon11_object365.pt')
48
 
49
  # Run inference on an image
50
  results = model('image.jpg')