Spaces:
Sleeping
Sleeping
Commit
·
b029449
1
Parent(s):
d214154
Create config_version3.yaml
Browse files- config_version3.yaml +27 -0
config_version3.yaml
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
comparison:
|
2 |
+
iou_match_threshold: 0.45
|
3 |
+
position_tolerance: 50
|
4 |
+
detection:
|
5 |
+
classes:
|
6 |
+
0: damaged_car
|
7 |
+
model:
|
8 |
+
confidence: 0.45
|
9 |
+
device: cpu
|
10 |
+
iou_threshold: 0.35
|
11 |
+
path: models_small_version2/best.pt
|
12 |
+
visualization:
|
13 |
+
colors:
|
14 |
+
existing_damage:
|
15 |
+
- 0
|
16 |
+
- 255
|
17 |
+
- 0
|
18 |
+
matched_damage:
|
19 |
+
- 255
|
20 |
+
- 255
|
21 |
+
- 0
|
22 |
+
new_damage:
|
23 |
+
- 0
|
24 |
+
- 0
|
25 |
+
- 255
|
26 |
+
font_scale: 0.5
|
27 |
+
line_thickness: 2
|