Commit ·
e61be00
0
Parent(s):
Duplicate from liyue3780/Dataset292_IsotropicSeg
Browse filesCo-authored-by: Yue Li <liyue3780@users.noreply.huggingface.co>
- .gitattributes +35 -0
- ModAugUNetTrainer__nnUNetPlans__3d_fullres/dataset.json +26 -0
- ModAugUNetTrainer__nnUNetPlans__3d_fullres/fold_0/checkpoint_final.pth +3 -0
- ModAugUNetTrainer__nnUNetPlans__3d_fullres/fold_1/checkpoint_final.pth +3 -0
- ModAugUNetTrainer__nnUNetPlans__3d_fullres/fold_2/checkpoint_final.pth +3 -0
- ModAugUNetTrainer__nnUNetPlans__3d_fullres/fold_3/checkpoint_final.pth +3 -0
- ModAugUNetTrainer__nnUNetPlans__3d_fullres/fold_4/checkpoint_final.pth +3 -0
- ModAugUNetTrainer__nnUNetPlans__3d_fullres/plans.json +358 -0
- README.md +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
ModAugUNetTrainer__nnUNetPlans__3d_fullres/dataset.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"channel_names": {
|
| 3 |
+
"0": "0000",
|
| 4 |
+
"1": "0001"
|
| 5 |
+
},
|
| 6 |
+
"labels": {
|
| 7 |
+
"background": 0,
|
| 8 |
+
"CA1": 1,
|
| 9 |
+
"CA2": 2,
|
| 10 |
+
"DG": 3,
|
| 11 |
+
"CA3": 4,
|
| 12 |
+
"head": 5,
|
| 13 |
+
"tail": 6,
|
| 14 |
+
"misc": 7,
|
| 15 |
+
"SUB": 8,
|
| 16 |
+
"empty_label_9": 9,
|
| 17 |
+
"ERC": 10,
|
| 18 |
+
"BA35": 11,
|
| 19 |
+
"BA36": 12,
|
| 20 |
+
"PHC": 13,
|
| 21 |
+
"sulcus": 14,
|
| 22 |
+
"WM": 15
|
| 23 |
+
},
|
| 24 |
+
"numTraining": 58,
|
| 25 |
+
"file_ending": ".nii.gz"
|
| 26 |
+
}
|
ModAugUNetTrainer__nnUNetPlans__3d_fullres/fold_0/checkpoint_final.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:254a70e67835b3b0ef8d8c66e3bc8aee92d3522d473ed0766a4ef8c5ffa65ecd
|
| 3 |
+
size 246675184
|
ModAugUNetTrainer__nnUNetPlans__3d_fullres/fold_1/checkpoint_final.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c85069e97e80f77be498608d09fe554d9de0ddd41684990d5e869a7472b1382b
|
| 3 |
+
size 246675056
|
ModAugUNetTrainer__nnUNetPlans__3d_fullres/fold_2/checkpoint_final.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9234b817f6ee7c7a1cafe02c14dd917377e1d34c36d8742be8ac0573b11b32f
|
| 3 |
+
size 246675184
|
ModAugUNetTrainer__nnUNetPlans__3d_fullres/fold_3/checkpoint_final.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2743e34b84674de4435ae5d871a51333f34333afc7a423466a63e1432a0dd887
|
| 3 |
+
size 246675120
|
ModAugUNetTrainer__nnUNetPlans__3d_fullres/fold_4/checkpoint_final.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27d96d4be68b1291699cb403ab91727f325974101bbbb6ba002041320860704f
|
| 3 |
+
size 246675056
|
ModAugUNetTrainer__nnUNetPlans__3d_fullres/plans.json
ADDED
|
@@ -0,0 +1,358 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "Dataset292_IsotropicSeg",
|
| 3 |
+
"plans_name": "nnUNetPlans",
|
| 4 |
+
"original_median_spacing_after_transp": [
|
| 5 |
+
0.4022100567817688,
|
| 6 |
+
0.4017857015132904,
|
| 7 |
+
0.4017857015132904
|
| 8 |
+
],
|
| 9 |
+
"original_median_shape_after_transp": [
|
| 10 |
+
168,
|
| 11 |
+
129,
|
| 12 |
+
123
|
| 13 |
+
],
|
| 14 |
+
"image_reader_writer": "SimpleITKIO",
|
| 15 |
+
"transpose_forward": [
|
| 16 |
+
1,
|
| 17 |
+
0,
|
| 18 |
+
2
|
| 19 |
+
],
|
| 20 |
+
"transpose_backward": [
|
| 21 |
+
1,
|
| 22 |
+
0,
|
| 23 |
+
2
|
| 24 |
+
],
|
| 25 |
+
"configurations": {
|
| 26 |
+
"2d": {
|
| 27 |
+
"data_identifier": "nnUNetPlans_2d",
|
| 28 |
+
"preprocessor_name": "DefaultPreprocessor",
|
| 29 |
+
"batch_size": 152,
|
| 30 |
+
"patch_size": [
|
| 31 |
+
160,
|
| 32 |
+
128
|
| 33 |
+
],
|
| 34 |
+
"median_image_size_in_voxels": [
|
| 35 |
+
130.0,
|
| 36 |
+
123.0
|
| 37 |
+
],
|
| 38 |
+
"spacing": [
|
| 39 |
+
0.4017857015132904,
|
| 40 |
+
0.4017857015132904
|
| 41 |
+
],
|
| 42 |
+
"normalization_schemes": [
|
| 43 |
+
"ZScoreNormalization",
|
| 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 |
+
160,
|
| 179 |
+
128,
|
| 180 |
+
112
|
| 181 |
+
],
|
| 182 |
+
"median_image_size_in_voxels": [
|
| 183 |
+
168.0,
|
| 184 |
+
130.0,
|
| 185 |
+
123.0
|
| 186 |
+
],
|
| 187 |
+
"spacing": [
|
| 188 |
+
0.4022100567817688,
|
| 189 |
+
0.4017857015132904,
|
| 190 |
+
0.4017857015132904
|
| 191 |
+
],
|
| 192 |
+
"normalization_schemes": [
|
| 193 |
+
"ZScoreNormalization",
|
| 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 |
+
1
|
| 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": 2757.446533203125,
|
| 341 |
+
"mean": 653.7516479492188,
|
| 342 |
+
"median": 686.2916870117188,
|
| 343 |
+
"min": 0.0,
|
| 344 |
+
"percentile_00_5": 172.3783721923828,
|
| 345 |
+
"percentile_99_5": 1519.6400146484375,
|
| 346 |
+
"std": 293.60455322265625
|
| 347 |
+
},
|
| 348 |
+
"1": {
|
| 349 |
+
"max": 648.3739013671875,
|
| 350 |
+
"mean": 291.6971130371094,
|
| 351 |
+
"median": 310.7654113769531,
|
| 352 |
+
"min": 3.2623658180236816,
|
| 353 |
+
"percentile_00_5": 91.7071304321289,
|
| 354 |
+
"percentile_99_5": 529.9623687744279,
|
| 355 |
+
"std": 107.44960021972656
|
| 356 |
+
}
|
| 357 |
+
}
|
| 358 |
+
}
|
README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
---
|