nehulagrawal commited on
Commit
91378f9
·
1 Parent(s): ab96620

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -98,7 +98,7 @@ pip install ultralyticsplus==0.0.28 ultralytics==8.0.43
98
  from ultralyticsplus import YOLO, render_result
99
 
100
  # load model
101
- model = YOLO('foduucom/object_detection')
102
 
103
  # set model parameters
104
  model.overrides['conf'] = 0.25 # NMS confidence threshold
 
98
  from ultralyticsplus import YOLO, render_result
99
 
100
  # load model
101
+ model = YOLO('foduucom/thermal-image-object-detection')
102
 
103
  # set model parameters
104
  model.overrides['conf'] = 0.25 # NMS confidence threshold