Image Segmentation
kraemer commited on
Commit
212f1c6
·
verified ·
1 Parent(s): d98a74b

Upload 4 files

Browse files

nnInteractive_v1.0

nnInteractive_v1.0/dataset.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "channel_names": {
3
+ "0": "nonCT"
4
+ },
5
+ "file_ending": ".nii.gz",
6
+ "labels":{"background": 0},
7
+ "name": "Dataset225_nnInteractiveV2",
8
+ "numTraining": 1,
9
+ "overwrite_image_reader_writer": "NibabelIOWithReorient"
10
+ }
nnInteractive_v1.0/fold_0/checkpoint_final.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3ac4421f85457bbd1aa0d87f5e67bcb7bc8e2ce6b824b6ac45077cc5d630ea9
3
+ size 411387150
nnInteractive_v1.0/inference_session_class.json ADDED
@@ -0,0 +1 @@
 
 
1
+ "nnInteractiveInferenceSessionV3"
nnInteractive_v1.0/plans.json ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "Dataset225_nnInteractiveV2",
3
+ "plans_name": "nnUNetResEncUNetLPlans_noResampling",
4
+ "original_median_spacing_after_transp": [
5
+ 1.25,
6
+ 1.0,
7
+ 1.0
8
+ ],
9
+ "original_median_shape_after_transp": [
10
+ 139,
11
+ 248,
12
+ 250
13
+ ],
14
+ "image_reader_writer": "NibabelIOWithReorient",
15
+ "transpose_forward": [
16
+ 0,
17
+ 1,
18
+ 2
19
+ ],
20
+ "transpose_backward": [
21
+ 0,
22
+ 1,
23
+ 2
24
+ ],
25
+ "configurations": {
26
+ "3d_fullres_ps192": {
27
+ "data_identifier": "nnUNetResEncUNetLPlans_noResampling_3d_fullres",
28
+ "preprocessor_name": "DefaultPreprocessor",
29
+ "batch_size": 2,
30
+ "patch_size": [
31
+ 192,
32
+ 192,
33
+ 192
34
+ ],
35
+ "median_image_size_in_voxels": [
36
+ 168.0,
37
+ 239.0,
38
+ 282.0
39
+ ],
40
+ "spacing": [
41
+ 1.5,
42
+ 1.5,
43
+ 1.5
44
+ ],
45
+ "normalization_schemes": [
46
+ "ZScoreNormalization"
47
+ ],
48
+ "use_mask_for_norm": [
49
+ false
50
+ ],
51
+ "resampling_fn_data": "no_resampling_hack",
52
+ "resampling_fn_seg": "no_resampling_hack",
53
+ "resampling_fn_data_kwargs": {},
54
+ "resampling_fn_seg_kwargs": {},
55
+ "resampling_fn_probabilities": "no_resampling_hack",
56
+ "resampling_fn_probabilities_kwargs": {},
57
+ "architecture": {
58
+ "network_class_name": "dynamic_network_architectures.architectures.unet.ResidualEncoderUNet",
59
+ "arch_kwargs": {
60
+ "n_stages": 6,
61
+ "features_per_stage": [
62
+ 32,
63
+ 64,
64
+ 128,
65
+ 256,
66
+ 320,
67
+ 320
68
+ ],
69
+ "conv_op": "torch.nn.modules.conv.Conv3d",
70
+ "kernel_sizes": [
71
+ [
72
+ 3,
73
+ 3,
74
+ 3
75
+ ],
76
+ [
77
+ 3,
78
+ 3,
79
+ 3
80
+ ],
81
+ [
82
+ 3,
83
+ 3,
84
+ 3
85
+ ],
86
+ [
87
+ 3,
88
+ 3,
89
+ 3
90
+ ],
91
+ [
92
+ 3,
93
+ 3,
94
+ 3
95
+ ],
96
+ [
97
+ 3,
98
+ 3,
99
+ 3
100
+ ]
101
+ ],
102
+ "strides": [
103
+ [
104
+ 1,
105
+ 1,
106
+ 1
107
+ ],
108
+ [
109
+ 2,
110
+ 2,
111
+ 2
112
+ ],
113
+ [
114
+ 2,
115
+ 2,
116
+ 2
117
+ ],
118
+ [
119
+ 2,
120
+ 2,
121
+ 2
122
+ ],
123
+ [
124
+ 2,
125
+ 2,
126
+ 2
127
+ ],
128
+ [
129
+ 2,
130
+ 2,
131
+ 2
132
+ ]
133
+ ],
134
+ "n_blocks_per_stage": [
135
+ 1,
136
+ 3,
137
+ 4,
138
+ 6,
139
+ 6,
140
+ 6
141
+ ],
142
+ "n_conv_per_stage_decoder": [
143
+ 1,
144
+ 1,
145
+ 1,
146
+ 1,
147
+ 1
148
+ ],
149
+ "conv_bias": true,
150
+ "norm_op": "torch.nn.modules.instancenorm.InstanceNorm3d",
151
+ "norm_op_kwargs": {
152
+ "eps": 1e-05,
153
+ "affine": true
154
+ },
155
+ "dropout_op": null,
156
+ "dropout_op_kwargs": null,
157
+ "nonlin": "torch.nn.LeakyReLU",
158
+ "nonlin_kwargs": {
159
+ "inplace": true
160
+ }
161
+ },
162
+ "_kw_requires_import": [
163
+ "conv_op",
164
+ "norm_op",
165
+ "dropout_op",
166
+ "nonlin"
167
+ ]
168
+ },
169
+ "batch_dice": false
170
+ },
171
+ "3d_fullres_ps192_bs16": {
172
+ "inherits_from": "3d_fullres_ps192",
173
+ "batch_size": 16
174
+ },
175
+ "3d_fullres_ps192_bs24": {
176
+ "inherits_from": "3d_fullres_ps192",
177
+ "batch_size": 24
178
+ },
179
+ "3d_fullres_ps192_bs2": {
180
+ "inherits_from": "3d_fullres_ps192_bs16",
181
+ "batch_size": 2
182
+ },
183
+ "3d_fullres_ps128_bs2": {
184
+ "inherits_from": "3d_fullres_ps192_bs2",
185
+ "patch_size": [
186
+ 128,
187
+ 128,
188
+ 128
189
+ ]
190
+ },
191
+ "3d_fullres_ps384_bs16": {
192
+ "inherits_from": "3d_fullres_ps192_bs16",
193
+ "patch_size": [
194
+ 384,
195
+ 384,
196
+ 384
197
+ ]
198
+ }
199
+ },
200
+ "experiment_planner_used": "nnUNetPlannerResEncL_noResampling",
201
+ "label_manager": "LabelManager",
202
+ "foreground_intensity_properties_per_channel": {
203
+ "0": {
204
+ "max": 4094640.0,
205
+ "mean": 1683.86181640625,
206
+ "median": 374.0,
207
+ "min": -32768.0,
208
+ "percentile_00_5": -970.0,
209
+ "percentile_99_5": 8047.0,
210
+ "std": 26629.310546875
211
+ }
212
+ }
213
+ }