bshepp commited on
Commit
45fd1e9
·
verified ·
1 Parent(s): 98446ac

Upload plans.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. plans.json +521 -0
plans.json ADDED
@@ -0,0 +1,521 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "Dataset011_Vesuvius",
3
+ "plans_name": "nnUNetPlans",
4
+ "original_median_spacing_after_transp": [
5
+ 7.91,
6
+ 7.91,
7
+ 7.91
8
+ ],
9
+ "original_median_shape_after_transp": [
10
+ 320,
11
+ 314,
12
+ 314
13
+ ],
14
+ "image_reader_writer": "Tiff3DIO",
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": 32,
30
+ "patch_size": [
31
+ 320,
32
+ 320
33
+ ],
34
+ "median_image_size_in_voxels": [
35
+ 314.0,
36
+ 314.0
37
+ ],
38
+ "spacing": [
39
+ 7.91,
40
+ 7.91
41
+ ],
42
+ "normalization_schemes": [
43
+ "CTNormalization"
44
+ ],
45
+ "use_mask_for_norm": [
46
+ false
47
+ ],
48
+ "resampling_fn_data": "resample_data_or_seg_to_shape",
49
+ "resampling_fn_seg": "resample_data_or_seg_to_shape",
50
+ "resampling_fn_data_kwargs": {
51
+ "is_seg": false,
52
+ "order": 3,
53
+ "order_z": 0,
54
+ "force_separate_z": null
55
+ },
56
+ "resampling_fn_seg_kwargs": {
57
+ "is_seg": true,
58
+ "order": 1,
59
+ "order_z": 0,
60
+ "force_separate_z": null
61
+ },
62
+ "resampling_fn_probabilities": "resample_data_or_seg_to_shape",
63
+ "resampling_fn_probabilities_kwargs": {
64
+ "is_seg": false,
65
+ "order": 1,
66
+ "order_z": 0,
67
+ "force_separate_z": null
68
+ },
69
+ "architecture": {
70
+ "network_class_name": "dynamic_network_architectures.architectures.unet.PlainConvUNet",
71
+ "arch_kwargs": {
72
+ "n_stages": 7,
73
+ "features_per_stage": [
74
+ 32,
75
+ 64,
76
+ 128,
77
+ 256,
78
+ 512,
79
+ 512,
80
+ 512
81
+ ],
82
+ "conv_op": "torch.nn.modules.conv.Conv2d",
83
+ "kernel_sizes": [
84
+ [
85
+ 3,
86
+ 3
87
+ ],
88
+ [
89
+ 3,
90
+ 3
91
+ ],
92
+ [
93
+ 3,
94
+ 3
95
+ ],
96
+ [
97
+ 3,
98
+ 3
99
+ ],
100
+ [
101
+ 3,
102
+ 3
103
+ ],
104
+ [
105
+ 3,
106
+ 3
107
+ ],
108
+ [
109
+ 3,
110
+ 3
111
+ ]
112
+ ],
113
+ "strides": [
114
+ [
115
+ 1,
116
+ 1
117
+ ],
118
+ [
119
+ 2,
120
+ 2
121
+ ],
122
+ [
123
+ 2,
124
+ 2
125
+ ],
126
+ [
127
+ 2,
128
+ 2
129
+ ],
130
+ [
131
+ 2,
132
+ 2
133
+ ],
134
+ [
135
+ 2,
136
+ 2
137
+ ],
138
+ [
139
+ 2,
140
+ 2
141
+ ]
142
+ ],
143
+ "n_conv_per_stage": [
144
+ 2,
145
+ 2,
146
+ 2,
147
+ 2,
148
+ 2,
149
+ 2,
150
+ 2
151
+ ],
152
+ "n_conv_per_stage_decoder": [
153
+ 2,
154
+ 2,
155
+ 2,
156
+ 2,
157
+ 2,
158
+ 2
159
+ ],
160
+ "conv_bias": true,
161
+ "norm_op": "torch.nn.modules.instancenorm.InstanceNorm2d",
162
+ "norm_op_kwargs": {
163
+ "eps": 1e-05,
164
+ "affine": true
165
+ },
166
+ "dropout_op": null,
167
+ "dropout_op_kwargs": null,
168
+ "nonlin": "torch.nn.LeakyReLU",
169
+ "nonlin_kwargs": {
170
+ "inplace": true
171
+ }
172
+ },
173
+ "_kw_requires_import": [
174
+ "conv_op",
175
+ "norm_op",
176
+ "dropout_op",
177
+ "nonlin"
178
+ ]
179
+ },
180
+ "batch_dice": true
181
+ },
182
+ "3d_lowres": {
183
+ "data_identifier": "nnUNetPlans_3d_lowres",
184
+ "preprocessor_name": "DefaultPreprocessor",
185
+ "batch_size": 2,
186
+ "patch_size": [
187
+ 128,
188
+ 128,
189
+ 128
190
+ ],
191
+ "median_image_size_in_voxels": [
192
+ 205,
193
+ 202,
194
+ 202
195
+ ],
196
+ "spacing": [
197
+ 12.323522265312054,
198
+ 12.323522265312054,
199
+ 12.323522265312054
200
+ ],
201
+ "normalization_schemes": [
202
+ "CTNormalization"
203
+ ],
204
+ "use_mask_for_norm": [
205
+ false
206
+ ],
207
+ "resampling_fn_data": "resample_data_or_seg_to_shape",
208
+ "resampling_fn_seg": "resample_data_or_seg_to_shape",
209
+ "resampling_fn_data_kwargs": {
210
+ "is_seg": false,
211
+ "order": 3,
212
+ "order_z": 0,
213
+ "force_separate_z": null
214
+ },
215
+ "resampling_fn_seg_kwargs": {
216
+ "is_seg": true,
217
+ "order": 1,
218
+ "order_z": 0,
219
+ "force_separate_z": null
220
+ },
221
+ "resampling_fn_probabilities": "resample_data_or_seg_to_shape",
222
+ "resampling_fn_probabilities_kwargs": {
223
+ "is_seg": false,
224
+ "order": 1,
225
+ "order_z": 0,
226
+ "force_separate_z": null
227
+ },
228
+ "architecture": {
229
+ "network_class_name": "dynamic_network_architectures.architectures.unet.PlainConvUNet",
230
+ "arch_kwargs": {
231
+ "n_stages": 6,
232
+ "features_per_stage": [
233
+ 32,
234
+ 64,
235
+ 128,
236
+ 256,
237
+ 320,
238
+ 320
239
+ ],
240
+ "conv_op": "torch.nn.modules.conv.Conv3d",
241
+ "kernel_sizes": [
242
+ [
243
+ 3,
244
+ 3,
245
+ 3
246
+ ],
247
+ [
248
+ 3,
249
+ 3,
250
+ 3
251
+ ],
252
+ [
253
+ 3,
254
+ 3,
255
+ 3
256
+ ],
257
+ [
258
+ 3,
259
+ 3,
260
+ 3
261
+ ],
262
+ [
263
+ 3,
264
+ 3,
265
+ 3
266
+ ],
267
+ [
268
+ 3,
269
+ 3,
270
+ 3
271
+ ]
272
+ ],
273
+ "strides": [
274
+ [
275
+ 1,
276
+ 1,
277
+ 1
278
+ ],
279
+ [
280
+ 2,
281
+ 2,
282
+ 2
283
+ ],
284
+ [
285
+ 2,
286
+ 2,
287
+ 2
288
+ ],
289
+ [
290
+ 2,
291
+ 2,
292
+ 2
293
+ ],
294
+ [
295
+ 2,
296
+ 2,
297
+ 2
298
+ ],
299
+ [
300
+ 2,
301
+ 2,
302
+ 2
303
+ ]
304
+ ],
305
+ "n_conv_per_stage": [
306
+ 2,
307
+ 2,
308
+ 2,
309
+ 2,
310
+ 2,
311
+ 2
312
+ ],
313
+ "n_conv_per_stage_decoder": [
314
+ 2,
315
+ 2,
316
+ 2,
317
+ 2,
318
+ 2
319
+ ],
320
+ "conv_bias": true,
321
+ "norm_op": "torch.nn.modules.instancenorm.InstanceNorm3d",
322
+ "norm_op_kwargs": {
323
+ "eps": 1e-05,
324
+ "affine": true
325
+ },
326
+ "dropout_op": null,
327
+ "dropout_op_kwargs": null,
328
+ "nonlin": "torch.nn.LeakyReLU",
329
+ "nonlin_kwargs": {
330
+ "inplace": true
331
+ }
332
+ },
333
+ "_kw_requires_import": [
334
+ "conv_op",
335
+ "norm_op",
336
+ "dropout_op",
337
+ "nonlin"
338
+ ]
339
+ },
340
+ "batch_dice": false,
341
+ "next_stage": "3d_cascade_fullres"
342
+ },
343
+ "3d_fullres": {
344
+ "data_identifier": "nnUNetPlans_3d_fullres",
345
+ "preprocessor_name": "DefaultPreprocessor",
346
+ "batch_size": 2,
347
+ "patch_size": [
348
+ 128,
349
+ 128,
350
+ 128
351
+ ],
352
+ "median_image_size_in_voxels": [
353
+ 320.0,
354
+ 314.0,
355
+ 314.0
356
+ ],
357
+ "spacing": [
358
+ 7.91,
359
+ 7.91,
360
+ 7.91
361
+ ],
362
+ "normalization_schemes": [
363
+ "CTNormalization"
364
+ ],
365
+ "use_mask_for_norm": [
366
+ false
367
+ ],
368
+ "resampling_fn_data": "resample_data_or_seg_to_shape",
369
+ "resampling_fn_seg": "resample_data_or_seg_to_shape",
370
+ "resampling_fn_data_kwargs": {
371
+ "is_seg": false,
372
+ "order": 3,
373
+ "order_z": 0,
374
+ "force_separate_z": null
375
+ },
376
+ "resampling_fn_seg_kwargs": {
377
+ "is_seg": true,
378
+ "order": 1,
379
+ "order_z": 0,
380
+ "force_separate_z": null
381
+ },
382
+ "resampling_fn_probabilities": "resample_data_or_seg_to_shape",
383
+ "resampling_fn_probabilities_kwargs": {
384
+ "is_seg": false,
385
+ "order": 1,
386
+ "order_z": 0,
387
+ "force_separate_z": null
388
+ },
389
+ "architecture": {
390
+ "network_class_name": "dynamic_network_architectures.architectures.unet.PlainConvUNet",
391
+ "arch_kwargs": {
392
+ "n_stages": 6,
393
+ "features_per_stage": [
394
+ 32,
395
+ 64,
396
+ 128,
397
+ 256,
398
+ 320,
399
+ 320
400
+ ],
401
+ "conv_op": "torch.nn.modules.conv.Conv3d",
402
+ "kernel_sizes": [
403
+ [
404
+ 3,
405
+ 3,
406
+ 3
407
+ ],
408
+ [
409
+ 3,
410
+ 3,
411
+ 3
412
+ ],
413
+ [
414
+ 3,
415
+ 3,
416
+ 3
417
+ ],
418
+ [
419
+ 3,
420
+ 3,
421
+ 3
422
+ ],
423
+ [
424
+ 3,
425
+ 3,
426
+ 3
427
+ ],
428
+ [
429
+ 3,
430
+ 3,
431
+ 3
432
+ ]
433
+ ],
434
+ "strides": [
435
+ [
436
+ 1,
437
+ 1,
438
+ 1
439
+ ],
440
+ [
441
+ 2,
442
+ 2,
443
+ 2
444
+ ],
445
+ [
446
+ 2,
447
+ 2,
448
+ 2
449
+ ],
450
+ [
451
+ 2,
452
+ 2,
453
+ 2
454
+ ],
455
+ [
456
+ 2,
457
+ 2,
458
+ 2
459
+ ],
460
+ [
461
+ 2,
462
+ 2,
463
+ 2
464
+ ]
465
+ ],
466
+ "n_conv_per_stage": [
467
+ 2,
468
+ 2,
469
+ 2,
470
+ 2,
471
+ 2,
472
+ 2
473
+ ],
474
+ "n_conv_per_stage_decoder": [
475
+ 2,
476
+ 2,
477
+ 2,
478
+ 2,
479
+ 2
480
+ ],
481
+ "conv_bias": true,
482
+ "norm_op": "torch.nn.modules.instancenorm.InstanceNorm3d",
483
+ "norm_op_kwargs": {
484
+ "eps": 1e-05,
485
+ "affine": true
486
+ },
487
+ "dropout_op": null,
488
+ "dropout_op_kwargs": null,
489
+ "nonlin": "torch.nn.LeakyReLU",
490
+ "nonlin_kwargs": {
491
+ "inplace": true
492
+ }
493
+ },
494
+ "_kw_requires_import": [
495
+ "conv_op",
496
+ "norm_op",
497
+ "dropout_op",
498
+ "nonlin"
499
+ ]
500
+ },
501
+ "batch_dice": true
502
+ },
503
+ "3d_cascade_fullres": {
504
+ "inherits_from": "3d_fullres",
505
+ "previous_stage": "3d_lowres"
506
+ }
507
+ },
508
+ "experiment_planner_used": "ExperimentPlanner",
509
+ "label_manager": "LabelManager",
510
+ "foreground_intensity_properties_per_channel": {
511
+ "0": {
512
+ "max": 255.0,
513
+ "mean": 87.54424285888672,
514
+ "median": 81.0,
515
+ "min": 0.0,
516
+ "percentile_00_5": 0.0,
517
+ "percentile_99_5": 212.0,
518
+ "std": 47.74376678466797
519
+ }
520
+ }
521
+ }