GogoChen commited on
Commit
ac07c16
·
verified ·
1 Parent(s): 1afb623

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. .DS_Store +0 -0
  2. dataset.json +15 -0
  3. fold_0/checkpoint_best.pth +3 -0
  4. plans.json +186 -0
.DS_Store ADDED
Binary file (6.15 kB). View file
 
dataset.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "channel_names": {
3
+ "0000": "grayscale"
4
+ },
5
+ "labels": {
6
+ "background": 0,
7
+ "SAT": 1,
8
+ "Muscle": 2,
9
+ "Inter/Intra": 3,
10
+ "Bone": 4
11
+ },
12
+ "numTraining": 1302,
13
+ "file_ending": ".png",
14
+ "overwrite_image_reader_writer": "NaturalImage2DIO"
15
+ }
fold_0/checkpoint_best.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbb43ff3e9f17a66637a86eb0a13d1b1cc58319768c967f9d6d20b2498c0476e
3
+ size 165245282
plans.json ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "Dataset005_LegCT_refine2D_05042026",
3
+ "plans_name": "nnUNetPlans",
4
+ "original_median_spacing_after_transp": [
5
+ 999.0,
6
+ 1.0,
7
+ 1.0
8
+ ],
9
+ "original_median_shape_after_transp": [
10
+ 1,
11
+ 168,
12
+ 225
13
+ ],
14
+ "image_reader_writer": "NaturalImage2DIO",
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": 50,
30
+ "patch_size": [
31
+ 192,
32
+ 256
33
+ ],
34
+ "median_image_size_in_voxels": [
35
+ 168.0,
36
+ 225.0
37
+ ],
38
+ "spacing": [
39
+ 999.0,
40
+ 1.0,
41
+ 1.0
42
+ ],
43
+ "normalization_schemes": [
44
+ "ZScoreNormalization"
45
+ ],
46
+ "use_mask_for_norm": [
47
+ true
48
+ ],
49
+ "resampling_fn_data": "resample_data_or_seg_to_shape",
50
+ "resampling_fn_seg": "resample_data_or_seg_to_shape",
51
+ "resampling_fn_data_kwargs": {
52
+ "is_seg": false,
53
+ "order": 3,
54
+ "order_z": 0,
55
+ "force_separate_z": null
56
+ },
57
+ "resampling_fn_seg_kwargs": {
58
+ "is_seg": true,
59
+ "order": 1,
60
+ "order_z": 0,
61
+ "force_separate_z": null
62
+ },
63
+ "resampling_fn_probabilities": "resample_data_or_seg_to_shape",
64
+ "resampling_fn_probabilities_kwargs": {
65
+ "is_seg": false,
66
+ "order": 1,
67
+ "order_z": 0,
68
+ "force_separate_z": null
69
+ },
70
+ "architecture": {
71
+ "network_class_name": "dynamic_network_architectures.architectures.unet.PlainConvUNet",
72
+ "arch_kwargs": {
73
+ "n_stages": 6,
74
+ "features_per_stage": [
75
+ 32,
76
+ 64,
77
+ 128,
78
+ 256,
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
+ "strides": [
110
+ [
111
+ 1,
112
+ 1
113
+ ],
114
+ [
115
+ 2,
116
+ 2
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
+ "n_conv_per_stage": [
136
+ 2,
137
+ 2,
138
+ 2,
139
+ 2,
140
+ 2,
141
+ 2
142
+ ],
143
+ "n_conv_per_stage_decoder": [
144
+ 2,
145
+ 2,
146
+ 2,
147
+ 2,
148
+ 2
149
+ ],
150
+ "conv_bias": true,
151
+ "norm_op": "torch.nn.modules.instancenorm.InstanceNorm2d",
152
+ "norm_op_kwargs": {
153
+ "eps": 1e-05,
154
+ "affine": true
155
+ },
156
+ "dropout_op": null,
157
+ "dropout_op_kwargs": null,
158
+ "nonlin": "torch.nn.LeakyReLU",
159
+ "nonlin_kwargs": {
160
+ "inplace": true
161
+ }
162
+ },
163
+ "_kw_requires_import": [
164
+ "conv_op",
165
+ "norm_op",
166
+ "dropout_op",
167
+ "nonlin"
168
+ ]
169
+ },
170
+ "batch_dice": true
171
+ }
172
+ },
173
+ "experiment_planner_used": "ExperimentPlanner",
174
+ "label_manager": "LabelManager",
175
+ "foreground_intensity_properties_per_channel": {
176
+ "0": {
177
+ "max": 255.0,
178
+ "mean": 133.48519941613662,
179
+ "median": 135.0,
180
+ "min": 0.0,
181
+ "percentile_00_5": 4.0,
182
+ "percentile_99_5": 255.0,
183
+ "std": 58.672781313075724
184
+ }
185
+ }
186
+ }