yolocar / config.yaml
minh9972t12's picture
Update config.yaml
6c2a078
raw
history blame contribute delete
665 Bytes
comparison:
iou_match_threshold: 0.4
position_tolerance: 50
alpha: 0.6
beta: 0.3
gamma: 0.1
detection:
classes:
0: Bonnet
1: Bumper
2: Dickey
3: Door
4: Fender
5: Light
6: Windshield
7: lost_parts
8: torn
9: dent
10: paint_scratch
11: hole
12: broken_glass
13: broken_lamp
model:
confidence: 0.4
device: cpu
iou_threshold: 0.4
path: models_large/best.pt
visualization:
colors:
existing_damage:
- 0
- 255
- 0
matched_damage:
- 255
- 255
- 0
new_damage:
- 0
- 0
- 255
font_scale: 0.5
line_thickness: 2