epilepsyresection / fold_2 /plans.json
vignesh9314's picture
Upload 4 files
1c94cd4 verified
raw
history blame
10.5 kB
{
"dataset_name": "Dataset001_BrainEpilepsy",
"plans_name": "nnUNetPlans",
"original_median_spacing_after_transp": [
1.0998936891555786,
0.9375,
0.9375
],
"original_median_shape_after_transp": [
170,
176,
159
],
"image_reader_writer": "SimpleITKIO",
"transpose_forward": [
1,
0,
2
],
"transpose_backward": [
1,
0,
2
],
"configurations": {
"2d": {
"data_identifier": "nnUNetPlans_2d",
"preprocessor_name": "DefaultPreprocessor",
"batch_size": 88,
"patch_size": [
192,
192
],
"median_image_size_in_voxels": [
179.0,
162.0
],
"spacing": [
0.9375,
0.9375
],
"normalization_schemes": [
"ZScoreNormalization"
],
"use_mask_for_norm": [
true
],
"resampling_fn_data": "resample_data_or_seg_to_shape",
"resampling_fn_seg": "resample_data_or_seg_to_shape",
"resampling_fn_data_kwargs": {
"is_seg": false,
"order": 3,
"order_z": 0,
"force_separate_z": null
},
"resampling_fn_seg_kwargs": {
"is_seg": true,
"order": 1,
"order_z": 0,
"force_separate_z": null
},
"resampling_fn_probabilities": "resample_data_or_seg_to_shape",
"resampling_fn_probabilities_kwargs": {
"is_seg": false,
"order": 1,
"order_z": 0,
"force_separate_z": null
},
"architecture": {
"network_class_name": "dynamic_network_architectures.architectures.unet.PlainConvUNet",
"arch_kwargs": {
"n_stages": 6,
"features_per_stage": [
32,
64,
128,
256,
512,
512
],
"conv_op": "torch.nn.modules.conv.Conv2d",
"kernel_sizes": [
[
3,
3
],
[
3,
3
],
[
3,
3
],
[
3,
3
],
[
3,
3
],
[
3,
3
]
],
"strides": [
[
1,
1
],
[
2,
2
],
[
2,
2
],
[
2,
2
],
[
2,
2
],
[
2,
2
]
],
"n_conv_per_stage": [
2,
2,
2,
2,
2,
2
],
"n_conv_per_stage_decoder": [
2,
2,
2,
2,
2
],
"conv_bias": true,
"norm_op": "torch.nn.modules.instancenorm.InstanceNorm2d",
"norm_op_kwargs": {
"eps": 1e-05,
"affine": true
},
"dropout_op": null,
"dropout_op_kwargs": null,
"nonlin": "torch.nn.LeakyReLU",
"nonlin_kwargs": {
"inplace": true
}
},
"_kw_requires_import": [
"conv_op",
"norm_op",
"dropout_op",
"nonlin"
]
},
"batch_dice": true
},
"3d_fullres": {
"data_identifier": "nnUNetPlans_3d_fullres",
"preprocessor_name": "DefaultPreprocessor",
"batch_size": 2,
"patch_size": [
128,
128,
128
],
"median_image_size_in_voxels": [
168.0,
179.0,
162.0
],
"spacing": [
1.0998936891555786,
0.9375,
0.9375
],
"normalization_schemes": [
"ZScoreNormalization"
],
"use_mask_for_norm": [
true
],
"resampling_fn_data": "resample_data_or_seg_to_shape",
"resampling_fn_seg": "resample_data_or_seg_to_shape",
"resampling_fn_data_kwargs": {
"is_seg": false,
"order": 3,
"order_z": 0,
"force_separate_z": null
},
"resampling_fn_seg_kwargs": {
"is_seg": true,
"order": 1,
"order_z": 0,
"force_separate_z": null
},
"resampling_fn_probabilities": "resample_data_or_seg_to_shape",
"resampling_fn_probabilities_kwargs": {
"is_seg": false,
"order": 1,
"order_z": 0,
"force_separate_z": null
},
"architecture": {
"network_class_name": "dynamic_network_architectures.architectures.unet.PlainConvUNet",
"arch_kwargs": {
"n_stages": 6,
"features_per_stage": [
32,
64,
128,
256,
320,
320
],
"conv_op": "torch.nn.modules.conv.Conv3d",
"kernel_sizes": [
[
3,
3,
3
],
[
3,
3,
3
],
[
3,
3,
3
],
[
3,
3,
3
],
[
3,
3,
3
],
[
3,
3,
3
]
],
"strides": [
[
1,
1,
1
],
[
2,
2,
2
],
[
2,
2,
2
],
[
2,
2,
2
],
[
2,
2,
2
],
[
2,
2,
2
]
],
"n_conv_per_stage": [
2,
2,
2,
2,
2,
2
],
"n_conv_per_stage_decoder": [
2,
2,
2,
2,
2
],
"conv_bias": true,
"norm_op": "torch.nn.modules.instancenorm.InstanceNorm3d",
"norm_op_kwargs": {
"eps": 1e-05,
"affine": true
},
"dropout_op": null,
"dropout_op_kwargs": null,
"nonlin": "torch.nn.LeakyReLU",
"nonlin_kwargs": {
"inplace": true
}
},
"_kw_requires_import": [
"conv_op",
"norm_op",
"dropout_op",
"nonlin"
]
},
"batch_dice": false
}
},
"experiment_planner_used": "ExperimentPlanner",
"label_manager": "LabelManager",
"foreground_intensity_properties_per_channel": {
"0": {
"max": 19552.0,
"mean": 1597.0310440128085,
"median": 1536.0,
"min": 0.0,
"percentile_00_5": 101.0,
"percentile_99_5": 5622.0,
"std": 1032.1604166567174
}
}
}