Add bundles/prior/bundle.json
Browse files- bundles/prior/bundle.json +27 -0
bundles/prior/bundle.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bundle_version": 2,
|
| 3 |
+
"num_prototypes": 989,
|
| 4 |
+
"num_training_cases": 622,
|
| 5 |
+
"checkpoints": [],
|
| 6 |
+
"shallow": false,
|
| 7 |
+
"preprocess": {
|
| 8 |
+
"spacing_mm": [
|
| 9 |
+
0.5,
|
| 10 |
+
0.5,
|
| 11 |
+
0.5
|
| 12 |
+
],
|
| 13 |
+
"shape_zyx": [
|
| 14 |
+
112,
|
| 15 |
+
192,
|
| 16 |
+
192
|
| 17 |
+
],
|
| 18 |
+
"clip_percentiles": [
|
| 19 |
+
0.5,
|
| 20 |
+
99.5
|
| 21 |
+
],
|
| 22 |
+
"orientation": "LPS",
|
| 23 |
+
"dtype": "float16"
|
| 24 |
+
},
|
| 25 |
+
"predictor": "corpus prior",
|
| 26 |
+
"oof_final": 0.3575
|
| 27 |
+
}
|