-
Notifications
You must be signed in to change notification settings - Fork 6
/
mha2nnunet_settings.json
53 lines (53 loc) · 1.45 KB
/
mha2nnunet_settings.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
{
"dataset_json": {
"task": "Task100_test",
"description": "bpMRI scans from ProstateX dataset to test mha2nnunet",
"tensorImageSize": "4D",
"reference": "",
"licence": "",
"release": "0.3",
"modality": {
"0": "T2W",
"1": "CT",
"2": "HBV"
},
"labels": {
"0": "background",
"1": "lesion"
}
},
"preprocessing": {
"matrix_size": [
20,
160,
160
],
"spacing": [
3.0,
0.5,
0.5
]
},
"archive": [
{
"patient_id": "ProstateX-0000",
"study_id": "07-07-2011",
"scan_paths": [
"ProstateX-0000/ProstateX-0000_07-07-2011_t2w.mha",
"ProstateX-0000/ProstateX-0000_07-07-2011_adc.mha",
"ProstateX-0000/ProstateX-0000_07-07-2011_hbv.mha"
],
"annotation_path": "ProstateX-0000_07-07-2011.nii.gz"
},
{
"patient_id": "ProstateX-0001",
"study_id": "07-08-2011",
"scan_paths": [
"ProstateX-0001/ProstateX-0001_07-08-2011_t2w.mha",
"ProstateX-0001/ProstateX-0001_07-08-2011_adc.mha",
"ProstateX-0001/ProstateX-0001_07-08-2011_hbv.mha"
],
"annotation_path": "ProstateX-0001_07-08-2011.nii.gz"
}
]
}