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