nehulagrawal commited on
Commit
b0736e6
·
1 Parent(s): d97c300

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -100,7 +100,7 @@ pip install ultralyticsplus ultralytics
100
  from ultralyticsplus import YOLO, render_result
101
 
102
  # load model
103
- model = YOLO('foduucom/plant-leaf-detection-and-classification')
104
 
105
  # set model parameters
106
  model.overrides['conf'] = 0.25 # NMS confidence threshold
 
100
  from ultralyticsplus import YOLO, render_result
101
 
102
  # load model
103
+ model = YOLO('foduucom/object_detection')
104
 
105
  # set model parameters
106
  model.overrides['conf'] = 0.25 # NMS confidence threshold