Decizez commited on
Commit
d470ae2
·
verified ·
1 Parent(s): 073bd96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ You can use these models directly with the Ultralytics library for segmentation:
58
  from ultralytics import YOLO
59
 
60
  # Load the best model
61
- model = YOLO("yolov11_best.pt")
62
 
63
  # Run inference on an image
64
  results = model("path/to/image.jpg")
 
58
  from ultralytics import YOLO
59
 
60
  # Load the best model
61
+ model = YOLO("Basic_YOLO11_v1.pt")
62
 
63
  # Run inference on an image
64
  results = model("path/to/image.jpg")