Commit
·
75558da
1
Parent(s):
b929d62
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ model = torch.hub.load("ultralytics/yolov5", "custom", path="yolov5_0.65map_exp7
|
|
15 |
|
16 |
model.conf = 0.20 # NMS confidence threshold
|
17 |
|
18 |
-
path = [['
|
19 |
|
20 |
def show_preds_image(im):
|
21 |
|
|
|
15 |
|
16 |
model.conf = 0.20 # NMS confidence threshold
|
17 |
|
18 |
+
path = [['sample-test-images/27.jpg', 'sample-images/82.jpg', 'sample-images/91.jpg']]
|
19 |
|
20 |
def show_preds_image(im):
|
21 |
|