-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
65 lines (65 loc) · 1.87 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"Ventricle_R": {
"loss_fn": "BFL",
"masking": true,
"weight_path": "/app/models/casust/src/weights/Ventricle_R.model.pt",
"th": 0.5,
"th_tta": 0.45,
"color": [181, 85, 57],
"label": "Ventricle Right"
},
"Ventricle_L": {
"loss_fn": "BCE",
"masking": true,
"weight_path": "/app/models/casust/src/weights/Ventricle_L.model.pt",
"th": 0.5,
"th_tta": 0.35,
"color": [152, 55, 13],
"label": "Ventricle Left"
},
"Atrium_R": {
"loss_fn": "BFL",
"masking": true,
"weight_path": "/app/models/casust/src/weights/Atrium_R.model.pt",
"th": 0.5,
"th_tta": 0.5,
"color": [210, 115, 89],
"label": "Atrium Right"
},
"Atrium_L": {
"loss_fn": "BCE",
"masking": true,
"weight_path": "/app/models/casust/src/weights/Atrium_L.model.pt",
"th": 0.5,
"th_tta": 0.4,
"color": [203, 108, 81],
"label": "Atrium Left"
},
"Coronary_Atery_R": {
"loss_fn": "BDS/BCE",
"masking": true,
"weight_path": "/app/models/casust/src/weights/Coronary_Atery_R.model.pt",
"th": 0.25,
"th_tta": 0.15,
"color": [229, 90, 170],
"label": "Coronary Atery Right"
},
"Coronary_LAD": {
"loss_fn": "BDS",
"masking": true,
"weight_path": "/app/models/casust/src/weights/Coronary_LAD.model.pt",
"th": 0.5,
"th_tta": 0.35,
"color": [164, 60, 233],
"label": "Coronary LAD"
},
"Coronary_Atery_CFLX": {
"loss_fn": "BDS/BCE",
"masking": true,
"weight_path": "/app/models/casust/src/weights/Coronary_Atery_CFLX.model.pt",
"th": 0.5,
"th_tta": 0.25,
"color": [174, 68, 68],
"label": "Coronary Atery CFLX"
}
}