cyyu96 commited on
Commit
067e36a
·
verified ·
1 Parent(s): 7accc0e

Upload Dataset008_PETWB_Liver/nnUNetCLSTrainerMTL__nnUNetPlans__3d_fullres/plans.json with huggingface_hub

Browse files
Dataset008_PETWB_Liver/nnUNetCLSTrainerMTL__nnUNetPlans__3d_fullres/plans.json ADDED
@@ -0,0 +1,358 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "Dataset008_PETWB_Liver",
3
+ "plans_name": "nnUNetPlans",
4
+ "original_median_spacing_after_transp": [
5
+ 5.0,
6
+ 4.0728302001953125,
7
+ 4.0728302001953125
8
+ ],
9
+ "original_median_shape_after_transp": [
10
+ 196,
11
+ 200,
12
+ 200
13
+ ],
14
+ "image_reader_writer": "SimpleITKIO",
15
+ "transpose_forward": [
16
+ 0,
17
+ 1,
18
+ 2
19
+ ],
20
+ "transpose_backward": [
21
+ 0,
22
+ 1,
23
+ 2
24
+ ],
25
+ "configurations": {
26
+ "2d": {
27
+ "data_identifier": "nnUNetPlans_2d",
28
+ "preprocessor_name": "DefaultPreprocessor",
29
+ "batch_size": 65,
30
+ "patch_size": [
31
+ 224,
32
+ 224
33
+ ],
34
+ "median_image_size_in_voxels": [
35
+ 200.0,
36
+ 200.0
37
+ ],
38
+ "spacing": [
39
+ 4.0728302001953125,
40
+ 4.0728302001953125
41
+ ],
42
+ "normalization_schemes": [
43
+ "CTNormalization",
44
+ "ZScoreNormalization"
45
+ ],
46
+ "use_mask_for_norm": [
47
+ false,
48
+ false
49
+ ],
50
+ "resampling_fn_data": "resample_data_or_seg_to_shape",
51
+ "resampling_fn_seg": "resample_data_or_seg_to_shape",
52
+ "resampling_fn_data_kwargs": {
53
+ "is_seg": false,
54
+ "order": 3,
55
+ "order_z": 0,
56
+ "force_separate_z": null
57
+ },
58
+ "resampling_fn_seg_kwargs": {
59
+ "is_seg": true,
60
+ "order": 1,
61
+ "order_z": 0,
62
+ "force_separate_z": null
63
+ },
64
+ "resampling_fn_probabilities": "resample_data_or_seg_to_shape",
65
+ "resampling_fn_probabilities_kwargs": {
66
+ "is_seg": false,
67
+ "order": 1,
68
+ "order_z": 0,
69
+ "force_separate_z": null
70
+ },
71
+ "architecture": {
72
+ "network_class_name": "dynamic_network_architectures.architectures.unet.PlainConvUNet",
73
+ "arch_kwargs": {
74
+ "n_stages": 6,
75
+ "features_per_stage": [
76
+ 32,
77
+ 64,
78
+ 128,
79
+ 256,
80
+ 512,
81
+ 512
82
+ ],
83
+ "conv_op": "torch.nn.modules.conv.Conv2d",
84
+ "kernel_sizes": [
85
+ [
86
+ 3,
87
+ 3
88
+ ],
89
+ [
90
+ 3,
91
+ 3
92
+ ],
93
+ [
94
+ 3,
95
+ 3
96
+ ],
97
+ [
98
+ 3,
99
+ 3
100
+ ],
101
+ [
102
+ 3,
103
+ 3
104
+ ],
105
+ [
106
+ 3,
107
+ 3
108
+ ]
109
+ ],
110
+ "strides": [
111
+ [
112
+ 1,
113
+ 1
114
+ ],
115
+ [
116
+ 2,
117
+ 2
118
+ ],
119
+ [
120
+ 2,
121
+ 2
122
+ ],
123
+ [
124
+ 2,
125
+ 2
126
+ ],
127
+ [
128
+ 2,
129
+ 2
130
+ ],
131
+ [
132
+ 2,
133
+ 2
134
+ ]
135
+ ],
136
+ "n_conv_per_stage": [
137
+ 2,
138
+ 2,
139
+ 2,
140
+ 2,
141
+ 2,
142
+ 2
143
+ ],
144
+ "n_conv_per_stage_decoder": [
145
+ 2,
146
+ 2,
147
+ 2,
148
+ 2,
149
+ 2
150
+ ],
151
+ "conv_bias": true,
152
+ "norm_op": "torch.nn.modules.instancenorm.InstanceNorm2d",
153
+ "norm_op_kwargs": {
154
+ "eps": 1e-05,
155
+ "affine": true
156
+ },
157
+ "dropout_op": null,
158
+ "dropout_op_kwargs": null,
159
+ "nonlin": "torch.nn.LeakyReLU",
160
+ "nonlin_kwargs": {
161
+ "inplace": true
162
+ }
163
+ },
164
+ "_kw_requires_import": [
165
+ "conv_op",
166
+ "norm_op",
167
+ "dropout_op",
168
+ "nonlin"
169
+ ]
170
+ },
171
+ "batch_dice": true
172
+ },
173
+ "3d_fullres": {
174
+ "data_identifier": "nnUNetPlans_3d_fullres",
175
+ "preprocessor_name": "DefaultPreprocessor",
176
+ "batch_size": 2,
177
+ "patch_size": [
178
+ 128,
179
+ 128,
180
+ 128
181
+ ],
182
+ "median_image_size_in_voxels": [
183
+ 196.0,
184
+ 200.0,
185
+ 200.0
186
+ ],
187
+ "spacing": [
188
+ 5.0,
189
+ 4.0728302001953125,
190
+ 4.0728302001953125
191
+ ],
192
+ "normalization_schemes": [
193
+ "CTNormalization",
194
+ "ZScoreNormalization"
195
+ ],
196
+ "use_mask_for_norm": [
197
+ false,
198
+ false
199
+ ],
200
+ "resampling_fn_data": "resample_data_or_seg_to_shape",
201
+ "resampling_fn_seg": "resample_data_or_seg_to_shape",
202
+ "resampling_fn_data_kwargs": {
203
+ "is_seg": false,
204
+ "order": 3,
205
+ "order_z": 0,
206
+ "force_separate_z": null
207
+ },
208
+ "resampling_fn_seg_kwargs": {
209
+ "is_seg": true,
210
+ "order": 1,
211
+ "order_z": 0,
212
+ "force_separate_z": null
213
+ },
214
+ "resampling_fn_probabilities": "resample_data_or_seg_to_shape",
215
+ "resampling_fn_probabilities_kwargs": {
216
+ "is_seg": false,
217
+ "order": 1,
218
+ "order_z": 0,
219
+ "force_separate_z": null
220
+ },
221
+ "architecture": {
222
+ "network_class_name": "dynamic_network_architectures.architectures.unet.PlainConvUNet",
223
+ "arch_kwargs": {
224
+ "n_stages": 6,
225
+ "features_per_stage": [
226
+ 32,
227
+ 64,
228
+ 128,
229
+ 256,
230
+ 320,
231
+ 320
232
+ ],
233
+ "conv_op": "torch.nn.modules.conv.Conv3d",
234
+ "kernel_sizes": [
235
+ [
236
+ 3,
237
+ 3,
238
+ 3
239
+ ],
240
+ [
241
+ 3,
242
+ 3,
243
+ 3
244
+ ],
245
+ [
246
+ 3,
247
+ 3,
248
+ 3
249
+ ],
250
+ [
251
+ 3,
252
+ 3,
253
+ 3
254
+ ],
255
+ [
256
+ 3,
257
+ 3,
258
+ 3
259
+ ],
260
+ [
261
+ 3,
262
+ 3,
263
+ 3
264
+ ]
265
+ ],
266
+ "strides": [
267
+ [
268
+ 1,
269
+ 1,
270
+ 1
271
+ ],
272
+ [
273
+ 2,
274
+ 2,
275
+ 2
276
+ ],
277
+ [
278
+ 2,
279
+ 2,
280
+ 2
281
+ ],
282
+ [
283
+ 2,
284
+ 2,
285
+ 2
286
+ ],
287
+ [
288
+ 2,
289
+ 2,
290
+ 2
291
+ ],
292
+ [
293
+ 2,
294
+ 2,
295
+ 2
296
+ ]
297
+ ],
298
+ "n_conv_per_stage": [
299
+ 2,
300
+ 2,
301
+ 2,
302
+ 2,
303
+ 2,
304
+ 2
305
+ ],
306
+ "n_conv_per_stage_decoder": [
307
+ 2,
308
+ 2,
309
+ 2,
310
+ 2,
311
+ 2
312
+ ],
313
+ "conv_bias": true,
314
+ "norm_op": "torch.nn.modules.instancenorm.InstanceNorm3d",
315
+ "norm_op_kwargs": {
316
+ "eps": 1e-05,
317
+ "affine": true
318
+ },
319
+ "dropout_op": null,
320
+ "dropout_op_kwargs": null,
321
+ "nonlin": "torch.nn.LeakyReLU",
322
+ "nonlin_kwargs": {
323
+ "inplace": true
324
+ }
325
+ },
326
+ "_kw_requires_import": [
327
+ "conv_op",
328
+ "norm_op",
329
+ "dropout_op",
330
+ "nonlin"
331
+ ]
332
+ },
333
+ "batch_dice": false
334
+ }
335
+ },
336
+ "experiment_planner_used": "ExperimentPlanner",
337
+ "label_manager": "LabelManager",
338
+ "foreground_intensity_properties_per_channel": {
339
+ "0": {
340
+ "max": 443.51531982421875,
341
+ "mean": 51.87224197387695,
342
+ "median": 53.94293975830078,
343
+ "min": -303.0400695800781,
344
+ "percentile_00_5": -8.121862015724176,
345
+ "percentile_99_5": 79.78807067871094,
346
+ "std": 14.26403522491455
347
+ },
348
+ "1": {
349
+ "max": 58.978267669677734,
350
+ "mean": 2.491178512573242,
351
+ "median": 2.2856929302215576,
352
+ "min": 0.005160006694495678,
353
+ "percentile_00_5": 0.5790916085243225,
354
+ "percentile_99_5": 10.669876098632812,
355
+ "std": 1.6044929027557373
356
+ }
357
+ }
358
+ }