File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed
modules/bundle/spleen_segmentation/configs Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change 16
16
"authors" : " MONAI team" ,
17
17
"copyright" : " Copyright (c) MONAI Consortium" ,
18
18
"data_source" : " Task09_Spleen.tar from http://medicaldecathlon.com/" ,
19
- "data_type" : " nibabel " ,
19
+ "data_type" : " dicom " ,
20
20
"image_classes" : " single channel data, intensity scaled to [0, 1]" ,
21
21
"label_classes" : " single channel data, 1 is spleen, 0 is everything else" ,
22
22
"pred_classes" : " 2 channels OneHot data, channel 1 is spleen, channel 0 is background" ,
32
32
"inputs" : {
33
33
"image" : {
34
34
"type" : " image" ,
35
- "format" : " hounsfield" ,
36
- "modality" : " CT" ,
35
+ "format" : " magnitude" ,
37
36
"num_channels" : 1 ,
38
37
"spatial_shape" : [
39
- 96 ,
40
- 96 ,
41
- 96
38
+ 160 ,
39
+ 160 ,
40
+ 160
42
41
],
43
42
"dtype" : " float32" ,
44
43
"value_range" : [
45
44
0 ,
46
45
1
47
46
],
48
- "is_patch_data" : true ,
47
+ "is_patch_data" : false ,
49
48
"channel_def" : {
50
49
"0" : " image"
51
50
}
54
53
"outputs" : {
55
54
"pred" : {
56
55
"type" : " image" ,
57
- "format" : " hounsfield" ,
58
- "modality" : " CT" ,
56
+ "format" : " segmentation" ,
59
57
"num_channels" : 2 ,
60
58
"spatial_shape" : [
61
- 96 ,
62
- 96 ,
63
- 96
59
+ 160 ,
60
+ 160 ,
61
+ 160
64
62
],
65
63
"dtype" : " float32" ,
66
64
"value_range" : [
67
65
0 ,
68
66
1
69
67
],
70
- "is_patch_data" : true ,
68
+ "is_patch_data" : false ,
71
69
"channel_def" : {
72
70
"0" : " background" ,
73
71
"1" : " spleen"
You can’t perform that action at this time.
0 commit comments