Commit
·
91378f9
1
Parent(s):
ab96620
Update README.md
Browse files
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/
|
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
|