synthrad2025_docker / docker_task_2 /540_gt_nnUNetResEncUNetLPlans.json
FelixzeroSun's picture
Upload folder using huggingface_hub
19c1f58 verified
{
"dataset_name": "Dataset541_synthrad2025_task2_CT_AB_pre_v2r_stitched_masked_both",
"plans_name": "nnUNetResEncUNetLPlans",
"original_median_spacing_after_transp": [
3.0,
1.0,
1.0
],
"original_median_shape_after_transp": [
81,
449,
449
],
"image_reader_writer": "SimpleITKIO",
"transpose_forward": [
0,
1,
2
],
"transpose_backward": [
0,
1,
2
],
"configurations": {
"2d": {
"data_identifier": "nnUNetPlans_2d",
"preprocessor_name": "DefaultPreprocessor",
"batch_size": 13,
"patch_size": [
512,
448
],
"median_image_size_in_voxels": [
449.0,
449.0
],
"spacing": [
1.0,
1.0
],
"normalization_schemes": [
"CTNormalizationClippingSynthrad2025"
],
"use_mask_for_norm": [
false
],
"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.ResidualEncoderUNet",
"arch_kwargs": {
"n_stages": 7,
"features_per_stage": [
32,
64,
128,
256,
512,
512,
512
],
"conv_op": "torch.nn.modules.conv.Conv2d",
"kernel_sizes": [
[
3,
3
],
[
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
],
[
2,
2
]
],
"n_blocks_per_stage": [
1,
3,
4,
6,
6,
6,
6
],
"n_conv_per_stage_decoder": [
1,
1,
1,
1,
1,
1
],
"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_lowres": {
"data_identifier": "nnUNetResEncUNetLPlans_3d_lowres",
"preprocessor_name": "DefaultPreprocessor",
"batch_size": 2,
"patch_size": [
56,
224,
192
],
"median_image_size_in_voxels": [
81,
297,
297
],
"spacing": [
3.0,
1.512589724855112,
1.512589724855112
],
"normalization_schemes": [
"CTNormalizationClippingSynthrad2025"
],
"use_mask_for_norm": [
false
],
"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.ResidualEncoderUNet",
"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
],
[
1,
2,
2
],
[
1,
2,
2
]
],
"n_blocks_per_stage": [
1,
3,
4,
6,
6,
6
],
"n_conv_per_stage_decoder": [
1,
1,
1,
1,
1
],
"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,
"next_stage": "3d_cascade_fullres"
},
"3d_fullres": {
"data_identifier": "nnUNetPlans_3d_fullres",
"preprocessor_name": "DefaultPreprocessor",
"batch_size": 2,
"patch_size": [
40,
224,
192
],
"median_image_size_in_voxels": [
81.0,
449.0,
449.0
],
"spacing": [
3.0,
1.0,
1.0
],
"normalization_schemes": [
"CTNormalizationClippingSynthrad2025"
],
"use_mask_for_norm": [
false
],
"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.ResidualEncoderUNet",
"arch_kwargs": {
"n_stages": 6,
"features_per_stage": [
32,
64,
128,
256,
320,
320
],
"conv_op": "torch.nn.modules.conv.Conv3d",
"kernel_sizes": [
[
1,
3,
3
],
[
3,
3,
3
],
[
3,
3,
3
],
[
3,
3,
3
],
[
3,
3,
3
],
[
3,
3,
3
]
],
"strides": [
[
1,
1,
1
],
[
1,
2,
2
],
[
2,
2,
2
],
[
2,
2,
2
],
[
2,
2,
2
],
[
1,
2,
2
]
],
"n_blocks_per_stage": [
1,
3,
4,
6,
6,
6
],
"n_conv_per_stage_decoder": [
1,
1,
1,
1,
1
],
"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": true
},
"3d_cascade_fullres": {
"inherits_from": "3d_fullres",
"previous_stage": "3d_lowres"
}
},
"experiment_planner_used": "nnUNetPlannerResEncL",
"label_manager": "LabelManager",
"foreground_intensity_properties_per_channel": {
"0": {
"max": 3941.0,
"mean": -159.3083953857422,
"median": -44.0,
"min": -1546.0,
"percentile_00_5": -1024.0,
"percentile_99_5": 633.0,
"std": 365.04840087890625
}
}
}