CNAIL commited on
Commit
a58b9e5
·
verified ·
1 Parent(s): 13f8f95

Upload 3 files

Browse files
human_wm/checkpoint.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4475d3443a7f0ef0fc2d19ec1f90eb59e603c22c534652171aa93873564e9c61
3
+ size 681656987
human_wm/dataset.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "channel_names": {
3
+ "0": "T1"
4
+ },
5
+ "labels": {
6
+ "background": 0,
7
+ "brain": 1
8
+ },
9
+ "numTraining": 1113,
10
+ "file_ending": ".nii.gz"
11
+ }
human_wm/plans.json ADDED
@@ -0,0 +1,434 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "Dataset112_HCPWM",
3
+ "plans_name": "nnUNetPlans",
4
+ "original_median_spacing_after_transp": [
5
+ 0.699999988079071,
6
+ 0.699999988079071,
7
+ 0.699999988079071
8
+ ],
9
+ "original_median_shape_after_transp": [
10
+ 199,
11
+ 249,
12
+ 191
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": 66,
30
+ "patch_size": [
31
+ 256,
32
+ 192
33
+ ],
34
+ "median_image_size_in_voxels": [
35
+ 249.0,
36
+ 191.0
37
+ ],
38
+ "spacing": [
39
+ 0.699999988079071,
40
+ 0.699999988079071
41
+ ],
42
+ "normalization_schemes": [
43
+ "ZScoreNormalization"
44
+ ],
45
+ "use_mask_for_norm": [
46
+ true
47
+ ],
48
+ "UNet_class_name": "PlainConvUNet",
49
+ "UNet_base_num_features": 32,
50
+ "n_conv_per_stage_encoder": [
51
+ 2,
52
+ 2,
53
+ 2,
54
+ 2,
55
+ 2,
56
+ 2
57
+ ],
58
+ "n_conv_per_stage_decoder": [
59
+ 2,
60
+ 2,
61
+ 2,
62
+ 2,
63
+ 2
64
+ ],
65
+ "num_pool_per_axis": [
66
+ 5,
67
+ 5
68
+ ],
69
+ "pool_op_kernel_sizes": [
70
+ [
71
+ 1,
72
+ 1
73
+ ],
74
+ [
75
+ 2,
76
+ 2
77
+ ],
78
+ [
79
+ 2,
80
+ 2
81
+ ],
82
+ [
83
+ 2,
84
+ 2
85
+ ],
86
+ [
87
+ 2,
88
+ 2
89
+ ],
90
+ [
91
+ 2,
92
+ 2
93
+ ]
94
+ ],
95
+ "conv_kernel_sizes": [
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
+ 3,
114
+ 3
115
+ ],
116
+ [
117
+ 3,
118
+ 3
119
+ ]
120
+ ],
121
+ "unet_max_num_features": 512,
122
+ "resampling_fn_data": "resample_data_or_seg_to_shape",
123
+ "resampling_fn_seg": "resample_data_or_seg_to_shape",
124
+ "resampling_fn_data_kwargs": {
125
+ "is_seg": false,
126
+ "order": 3,
127
+ "order_z": 0,
128
+ "force_separate_z": null
129
+ },
130
+ "resampling_fn_seg_kwargs": {
131
+ "is_seg": true,
132
+ "order": 1,
133
+ "order_z": 0,
134
+ "force_separate_z": null
135
+ },
136
+ "resampling_fn_probabilities": "resample_data_or_seg_to_shape",
137
+ "resampling_fn_probabilities_kwargs": {
138
+ "is_seg": false,
139
+ "order": 1,
140
+ "order_z": 0,
141
+ "force_separate_z": null
142
+ },
143
+ "batch_dice": true
144
+ },
145
+ "3d_lowres": {
146
+ "data_identifier": "nnUNetPlans_3d_lowres",
147
+ "preprocessor_name": "DefaultPreprocessor",
148
+ "batch_size": 2,
149
+ "patch_size": [
150
+ 128,
151
+ 160,
152
+ 112
153
+ ],
154
+ "median_image_size_in_voxels": [
155
+ 193,
156
+ 242,
157
+ 185
158
+ ],
159
+ "spacing": [
160
+ 0.7209999877214432,
161
+ 0.7209999877214432,
162
+ 0.7209999877214432
163
+ ],
164
+ "normalization_schemes": [
165
+ "ZScoreNormalization"
166
+ ],
167
+ "use_mask_for_norm": [
168
+ true
169
+ ],
170
+ "UNet_class_name": "PlainConvUNet",
171
+ "UNet_base_num_features": 32,
172
+ "n_conv_per_stage_encoder": [
173
+ 2,
174
+ 2,
175
+ 2,
176
+ 2,
177
+ 2,
178
+ 2
179
+ ],
180
+ "n_conv_per_stage_decoder": [
181
+ 2,
182
+ 2,
183
+ 2,
184
+ 2,
185
+ 2
186
+ ],
187
+ "num_pool_per_axis": [
188
+ 5,
189
+ 5,
190
+ 4
191
+ ],
192
+ "pool_op_kernel_sizes": [
193
+ [
194
+ 1,
195
+ 1,
196
+ 1
197
+ ],
198
+ [
199
+ 2,
200
+ 2,
201
+ 2
202
+ ],
203
+ [
204
+ 2,
205
+ 2,
206
+ 2
207
+ ],
208
+ [
209
+ 2,
210
+ 2,
211
+ 2
212
+ ],
213
+ [
214
+ 2,
215
+ 2,
216
+ 2
217
+ ],
218
+ [
219
+ 2,
220
+ 2,
221
+ 1
222
+ ]
223
+ ],
224
+ "conv_kernel_sizes": [
225
+ [
226
+ 3,
227
+ 3,
228
+ 3
229
+ ],
230
+ [
231
+ 3,
232
+ 3,
233
+ 3
234
+ ],
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
+ "unet_max_num_features": 320,
257
+ "resampling_fn_data": "resample_data_or_seg_to_shape",
258
+ "resampling_fn_seg": "resample_data_or_seg_to_shape",
259
+ "resampling_fn_data_kwargs": {
260
+ "is_seg": false,
261
+ "order": 3,
262
+ "order_z": 0,
263
+ "force_separate_z": null
264
+ },
265
+ "resampling_fn_seg_kwargs": {
266
+ "is_seg": true,
267
+ "order": 1,
268
+ "order_z": 0,
269
+ "force_separate_z": null
270
+ },
271
+ "resampling_fn_probabilities": "resample_data_or_seg_to_shape",
272
+ "resampling_fn_probabilities_kwargs": {
273
+ "is_seg": false,
274
+ "order": 1,
275
+ "order_z": 0,
276
+ "force_separate_z": null
277
+ },
278
+ "batch_dice": false,
279
+ "next_stage": "3d_cascade_fullres"
280
+ },
281
+ "3d_fullres": {
282
+ "data_identifier": "nnUNetPlans_3d_fullres",
283
+ "preprocessor_name": "DefaultPreprocessor",
284
+ "batch_size": 2,
285
+ "patch_size": [
286
+ 128,
287
+ 160,
288
+ 112
289
+ ],
290
+ "median_image_size_in_voxels": [
291
+ 199.0,
292
+ 249.0,
293
+ 191.0
294
+ ],
295
+ "spacing": [
296
+ 0.699999988079071,
297
+ 0.699999988079071,
298
+ 0.699999988079071
299
+ ],
300
+ "normalization_schemes": [
301
+ "ZScoreNormalization"
302
+ ],
303
+ "use_mask_for_norm": [
304
+ true
305
+ ],
306
+ "UNet_class_name": "PlainConvUNet",
307
+ "UNet_base_num_features": 32,
308
+ "n_conv_per_stage_encoder": [
309
+ 2,
310
+ 2,
311
+ 2,
312
+ 2,
313
+ 2,
314
+ 2
315
+ ],
316
+ "n_conv_per_stage_decoder": [
317
+ 2,
318
+ 2,
319
+ 2,
320
+ 2,
321
+ 2
322
+ ],
323
+ "num_pool_per_axis": [
324
+ 5,
325
+ 5,
326
+ 4
327
+ ],
328
+ "pool_op_kernel_sizes": [
329
+ [
330
+ 1,
331
+ 1,
332
+ 1
333
+ ],
334
+ [
335
+ 2,
336
+ 2,
337
+ 2
338
+ ],
339
+ [
340
+ 2,
341
+ 2,
342
+ 2
343
+ ],
344
+ [
345
+ 2,
346
+ 2,
347
+ 2
348
+ ],
349
+ [
350
+ 2,
351
+ 2,
352
+ 2
353
+ ],
354
+ [
355
+ 2,
356
+ 2,
357
+ 1
358
+ ]
359
+ ],
360
+ "conv_kernel_sizes": [
361
+ [
362
+ 3,
363
+ 3,
364
+ 3
365
+ ],
366
+ [
367
+ 3,
368
+ 3,
369
+ 3
370
+ ],
371
+ [
372
+ 3,
373
+ 3,
374
+ 3
375
+ ],
376
+ [
377
+ 3,
378
+ 3,
379
+ 3
380
+ ],
381
+ [
382
+ 3,
383
+ 3,
384
+ 3
385
+ ],
386
+ [
387
+ 3,
388
+ 3,
389
+ 3
390
+ ]
391
+ ],
392
+ "unet_max_num_features": 320,
393
+ "resampling_fn_data": "resample_data_or_seg_to_shape",
394
+ "resampling_fn_seg": "resample_data_or_seg_to_shape",
395
+ "resampling_fn_data_kwargs": {
396
+ "is_seg": false,
397
+ "order": 3,
398
+ "order_z": 0,
399
+ "force_separate_z": null
400
+ },
401
+ "resampling_fn_seg_kwargs": {
402
+ "is_seg": true,
403
+ "order": 1,
404
+ "order_z": 0,
405
+ "force_separate_z": null
406
+ },
407
+ "resampling_fn_probabilities": "resample_data_or_seg_to_shape",
408
+ "resampling_fn_probabilities_kwargs": {
409
+ "is_seg": false,
410
+ "order": 1,
411
+ "order_z": 0,
412
+ "force_separate_z": null
413
+ },
414
+ "batch_dice": true
415
+ },
416
+ "3d_cascade_fullres": {
417
+ "inherits_from": "3d_fullres",
418
+ "previous_stage": "3d_lowres"
419
+ }
420
+ },
421
+ "experiment_planner_used": "ExperimentPlanner",
422
+ "label_manager": "LabelManager",
423
+ "foreground_intensity_properties_per_channel": {
424
+ "0": {
425
+ "max": 2980.488037109375,
426
+ "mean": 920.5552368164062,
427
+ "median": 879.3004150390625,
428
+ "min": 44.8817024230957,
429
+ "percentile_00_5": 443.5391342163086,
430
+ "percentile_99_5": 1765.485650634766,
431
+ "std": 244.65185546875
432
+ }
433
+ }
434
+ }