pmh47 commited on
Commit
d79c586
·
verified ·
1 Parent(s): f491337

Adding ink-coverage nnUNet for spiral metric. 3 folds, 250 epochs (final checkpoints only)

Browse files
dataset.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "channel_names": {
3
+ "0": "ink_pred"
4
+ },
5
+ "labels": {
6
+ "background": 0,
7
+ "ink": 1
8
+ },
9
+ "numTraining": 21,
10
+ "file_ending": ".png"
11
+ }
dataset_fingerprint.json ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "foreground_intensity_properties_per_channel": {
3
+ "0": {
4
+ "max": 255.0,
5
+ "mean": 45.752685546875,
6
+ "median": 4.0,
7
+ "min": 0.0,
8
+ "percentile_00_5": 0.0,
9
+ "percentile_99_5": 255.0,
10
+ "std": 84.74479675292969
11
+ }
12
+ },
13
+ "median_relative_size_after_cropping": 0.9973247648677761,
14
+ "shapes_after_crop": [
15
+ [
16
+ 1,
17
+ 1888,
18
+ 4223
19
+ ],
20
+ [
21
+ 1,
22
+ 1888,
23
+ 3494
24
+ ],
25
+ [
26
+ 1,
27
+ 1896,
28
+ 3888
29
+ ],
30
+ [
31
+ 1,
32
+ 1912,
33
+ 2976
34
+ ],
35
+ [
36
+ 1,
37
+ 1888,
38
+ 5280
39
+ ],
40
+ [
41
+ 1,
42
+ 1976,
43
+ 5720
44
+ ],
45
+ [
46
+ 1,
47
+ 2055,
48
+ 5336
49
+ ],
50
+ [
51
+ 1,
52
+ 2056,
53
+ 6296
54
+ ],
55
+ [
56
+ 1,
57
+ 2072,
58
+ 5152
59
+ ],
60
+ [
61
+ 1,
62
+ 1904,
63
+ 5287
64
+ ],
65
+ [
66
+ 1,
67
+ 1955,
68
+ 5440
69
+ ],
70
+ [
71
+ 1,
72
+ 2048,
73
+ 6032
74
+ ],
75
+ [
76
+ 1,
77
+ 1992,
78
+ 5816
79
+ ],
80
+ [
81
+ 1,
82
+ 2040,
83
+ 5152
84
+ ],
85
+ [
86
+ 1,
87
+ 2040,
88
+ 5432
89
+ ],
90
+ [
91
+ 1,
92
+ 2020,
93
+ 5680
94
+ ],
95
+ [
96
+ 1,
97
+ 1976,
98
+ 6040
99
+ ],
100
+ [
101
+ 1,
102
+ 1960,
103
+ 4224
104
+ ],
105
+ [
106
+ 1,
107
+ 1936,
108
+ 4288
109
+ ],
110
+ [
111
+ 1,
112
+ 1936,
113
+ 4264
114
+ ],
115
+ [
116
+ 1,
117
+ 2008,
118
+ 4280
119
+ ]
120
+ ],
121
+ "spacings": [
122
+ [
123
+ 999,
124
+ 1,
125
+ 1
126
+ ],
127
+ [
128
+ 999,
129
+ 1,
130
+ 1
131
+ ],
132
+ [
133
+ 999,
134
+ 1,
135
+ 1
136
+ ],
137
+ [
138
+ 999,
139
+ 1,
140
+ 1
141
+ ],
142
+ [
143
+ 999,
144
+ 1,
145
+ 1
146
+ ],
147
+ [
148
+ 999,
149
+ 1,
150
+ 1
151
+ ],
152
+ [
153
+ 999,
154
+ 1,
155
+ 1
156
+ ],
157
+ [
158
+ 999,
159
+ 1,
160
+ 1
161
+ ],
162
+ [
163
+ 999,
164
+ 1,
165
+ 1
166
+ ],
167
+ [
168
+ 999,
169
+ 1,
170
+ 1
171
+ ],
172
+ [
173
+ 999,
174
+ 1,
175
+ 1
176
+ ],
177
+ [
178
+ 999,
179
+ 1,
180
+ 1
181
+ ],
182
+ [
183
+ 999,
184
+ 1,
185
+ 1
186
+ ],
187
+ [
188
+ 999,
189
+ 1,
190
+ 1
191
+ ],
192
+ [
193
+ 999,
194
+ 1,
195
+ 1
196
+ ],
197
+ [
198
+ 999,
199
+ 1,
200
+ 1
201
+ ],
202
+ [
203
+ 999,
204
+ 1,
205
+ 1
206
+ ],
207
+ [
208
+ 999,
209
+ 1,
210
+ 1
211
+ ],
212
+ [
213
+ 999,
214
+ 1,
215
+ 1
216
+ ],
217
+ [
218
+ 999,
219
+ 1,
220
+ 1
221
+ ],
222
+ [
223
+ 999,
224
+ 1,
225
+ 1
226
+ ]
227
+ ]
228
+ }
fold_0/checkpoint_final.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d695c61b96c71fe90ccd331446358ba732f74210ae87e1f74426104e97a26390
3
+ size 469484439
fold_1/checkpoint_final.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:363b4dd503972e2666e240ed0a1f33c9227fd5e28f8d9879f92d8dca0297607f
3
+ size 469484503
fold_2/checkpoint_final.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba3e5e61e8641701cee7289c11d7fdcb90b3de9b58304fb7bc5614e0d7040e05
3
+ size 469484439
plans.json ADDED
@@ -0,0 +1,304 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "Dataset001_Ink",
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
+ 1976,
12
+ 5280
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": 2,
30
+ "patch_size": [
31
+ 768,
32
+ 2048
33
+ ],
34
+ "median_image_size_in_voxels": [
35
+ 1976.0,
36
+ 5280.0
37
+ ],
38
+ "spacing": [
39
+ 1.0,
40
+ 1.0
41
+ ],
42
+ "normalization_schemes": [
43
+ "ZScoreNormalization"
44
+ ],
45
+ "use_mask_for_norm": [
46
+ false
47
+ ],
48
+ "resampling_fn_data": "resample_data_or_seg_to_shape",
49
+ "resampling_fn_seg": "resample_data_or_seg_to_shape",
50
+ "resampling_fn_data_kwargs": {
51
+ "is_seg": false,
52
+ "order": 3,
53
+ "order_z": 0,
54
+ "force_separate_z": null
55
+ },
56
+ "resampling_fn_seg_kwargs": {
57
+ "is_seg": true,
58
+ "order": 1,
59
+ "order_z": 0,
60
+ "force_separate_z": null
61
+ },
62
+ "resampling_fn_probabilities": "resample_data_or_seg_to_shape",
63
+ "resampling_fn_probabilities_kwargs": {
64
+ "is_seg": false,
65
+ "order": 1,
66
+ "order_z": 0,
67
+ "force_separate_z": null
68
+ },
69
+ "architecture": {
70
+ "network_class_name": "dynamic_network_architectures.architectures.unet.PlainConvUNet",
71
+ "arch_kwargs": {
72
+ "n_stages": 9,
73
+ "features_per_stage": [
74
+ 32,
75
+ 64,
76
+ 128,
77
+ 256,
78
+ 512,
79
+ 512,
80
+ 512,
81
+ 512,
82
+ 512
83
+ ],
84
+ "conv_op": "torch.nn.modules.conv.Conv2d",
85
+ "kernel_sizes": [
86
+ [
87
+ 3,
88
+ 3
89
+ ],
90
+ [
91
+ 3,
92
+ 3
93
+ ],
94
+ [
95
+ 3,
96
+ 3
97
+ ],
98
+ [
99
+ 3,
100
+ 3
101
+ ],
102
+ [
103
+ 3,
104
+ 3
105
+ ],
106
+ [
107
+ 3,
108
+ 3
109
+ ],
110
+ [
111
+ 3,
112
+ 3
113
+ ],
114
+ [
115
+ 3,
116
+ 3
117
+ ],
118
+ [
119
+ 3,
120
+ 3
121
+ ]
122
+ ],
123
+ "strides": [
124
+ [
125
+ 1,
126
+ 1
127
+ ],
128
+ [
129
+ 2,
130
+ 2
131
+ ],
132
+ [
133
+ 2,
134
+ 2
135
+ ],
136
+ [
137
+ 2,
138
+ 2
139
+ ],
140
+ [
141
+ 2,
142
+ 2
143
+ ],
144
+ [
145
+ 2,
146
+ 2
147
+ ],
148
+ [
149
+ 2,
150
+ 2
151
+ ],
152
+ [
153
+ 2,
154
+ 2
155
+ ],
156
+ [
157
+ 1,
158
+ 2
159
+ ]
160
+ ],
161
+ "n_conv_per_stage": [
162
+ 2,
163
+ 2,
164
+ 2,
165
+ 2,
166
+ 2,
167
+ 2,
168
+ 2,
169
+ 2,
170
+ 2
171
+ ],
172
+ "n_conv_per_stage_decoder": [
173
+ 2,
174
+ 2,
175
+ 2,
176
+ 2,
177
+ 2,
178
+ 2,
179
+ 2,
180
+ 2
181
+ ],
182
+ "conv_bias": true,
183
+ "norm_op": "torch.nn.modules.instancenorm.InstanceNorm2d",
184
+ "norm_op_kwargs": {
185
+ "eps": 1e-05,
186
+ "affine": true
187
+ },
188
+ "dropout_op": null,
189
+ "dropout_op_kwargs": null,
190
+ "nonlin": "torch.nn.LeakyReLU",
191
+ "nonlin_kwargs": {
192
+ "inplace": true
193
+ }
194
+ },
195
+ "_kw_requires_import": [
196
+ "conv_op",
197
+ "norm_op",
198
+ "dropout_op",
199
+ "nonlin"
200
+ ]
201
+ },
202
+ "batch_dice": true
203
+ },
204
+ "2d_rf128": {
205
+ "inherits_from": "2d",
206
+ "patch_size": [
207
+ 128,
208
+ 128
209
+ ],
210
+ "batch_size": 128,
211
+ "architecture": {
212
+ "network_class_name": "dynamic_network_architectures.architectures.unet.PlainConvUNet",
213
+ "arch_kwargs": {
214
+ "n_stages": 4,
215
+ "features_per_stage": [
216
+ 32,
217
+ 64,
218
+ 128,
219
+ 256
220
+ ],
221
+ "conv_op": "torch.nn.modules.conv.Conv2d",
222
+ "kernel_sizes": [
223
+ [
224
+ 3,
225
+ 3
226
+ ],
227
+ [
228
+ 3,
229
+ 3
230
+ ],
231
+ [
232
+ 3,
233
+ 3
234
+ ],
235
+ [
236
+ 3,
237
+ 3
238
+ ]
239
+ ],
240
+ "strides": [
241
+ [
242
+ 1,
243
+ 1
244
+ ],
245
+ [
246
+ 2,
247
+ 2
248
+ ],
249
+ [
250
+ 2,
251
+ 2
252
+ ],
253
+ [
254
+ 2,
255
+ 2
256
+ ]
257
+ ],
258
+ "n_conv_per_stage": [
259
+ 2,
260
+ 2,
261
+ 2,
262
+ 2
263
+ ],
264
+ "n_conv_per_stage_decoder": [
265
+ 2,
266
+ 2,
267
+ 2
268
+ ],
269
+ "conv_bias": true,
270
+ "norm_op": "torch.nn.modules.instancenorm.InstanceNorm2d",
271
+ "norm_op_kwargs": {
272
+ "eps": 1e-05,
273
+ "affine": true
274
+ },
275
+ "dropout_op": null,
276
+ "dropout_op_kwargs": null,
277
+ "nonlin": "torch.nn.LeakyReLU",
278
+ "nonlin_kwargs": {
279
+ "inplace": true
280
+ }
281
+ },
282
+ "_kw_requires_import": [
283
+ "conv_op",
284
+ "norm_op",
285
+ "dropout_op",
286
+ "nonlin"
287
+ ]
288
+ }
289
+ }
290
+ },
291
+ "experiment_planner_used": "ExperimentPlanner",
292
+ "label_manager": "LabelManager",
293
+ "foreground_intensity_properties_per_channel": {
294
+ "0": {
295
+ "max": 255.0,
296
+ "mean": 45.752685546875,
297
+ "median": 4.0,
298
+ "min": 0.0,
299
+ "percentile_00_5": 0.0,
300
+ "percentile_99_5": 255.0,
301
+ "std": 84.74479675292969
302
+ }
303
+ }
304
+ }