Spaces:
Sleeping
Sleeping
Commit
·
2987bd8
1
Parent(s):
e83afa6
Update config.yaml
Browse files- config.yaml +2 -2
config.yaml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
comparison:
|
2 |
-
iou_match_threshold: 0.
|
3 |
position_tolerance: 50
|
4 |
detection:
|
5 |
classes:
|
@@ -18,7 +18,7 @@ detection:
|
|
18 |
12: broken_glass
|
19 |
13: broken_lamp
|
20 |
model:
|
21 |
-
confidence: 0.
|
22 |
device: cpu
|
23 |
iou_threshold: 0.35
|
24 |
path: models_large/best.pt
|
|
|
1 |
comparison:
|
2 |
+
iou_match_threshold: 0.45
|
3 |
position_tolerance: 50
|
4 |
detection:
|
5 |
classes:
|
|
|
18 |
12: broken_glass
|
19 |
13: broken_lamp
|
20 |
model:
|
21 |
+
confidence: 0.45
|
22 |
device: cpu
|
23 |
iou_threshold: 0.35
|
24 |
path: models_large/best.pt
|