Spaces:
Sleeping
Sleeping
Commit
·
d214154
1
Parent(s):
2987bd8
Update config_version2.yaml
Browse files- config_version2.yaml +2 -2
config_version2.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
model:
|
| 2 |
path: models_medium_version_2/best.pt
|
| 3 |
device: cpu
|
| 4 |
-
confidence: 0.
|
| 5 |
iou_threshold: 0.35
|
| 6 |
|
| 7 |
detection:
|
|
@@ -14,7 +14,7 @@ detection:
|
|
| 14 |
- SPECIAL_DAMAGE # index 5
|
| 15 |
|
| 16 |
comparison:
|
| 17 |
-
iou_match_threshold: 0.
|
| 18 |
position_tolerance: 50
|
| 19 |
|
| 20 |
visualization:
|
|
|
|
| 1 |
model:
|
| 2 |
path: models_medium_version_2/best.pt
|
| 3 |
device: cpu
|
| 4 |
+
confidence: 0.45
|
| 5 |
iou_threshold: 0.35
|
| 6 |
|
| 7 |
detection:
|
|
|
|
| 14 |
- SPECIAL_DAMAGE # index 5
|
| 15 |
|
| 16 |
comparison:
|
| 17 |
+
iou_match_threshold: 0.45
|
| 18 |
position_tolerance: 50
|
| 19 |
|
| 20 |
visualization:
|