Upload config.json
Browse files
VGG16_UNet_3DAttentionEmbol/config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "AttentionUNet3D",
|
| 3 |
+
"in_channels": 1,
|
| 4 |
+
"out_channels": 1,
|
| 5 |
+
"description": "3D Attention U-Net (VGG16-style) для сегментации КТ-объёмов",
|
| 6 |
+
"window": {
|
| 7 |
+
"center": 100,
|
| 8 |
+
"width": 700,
|
| 9 |
+
"min": -250,
|
| 10 |
+
"max": 450
|
| 11 |
+
}
|
| 12 |
+
}
|