File size: 236 Bytes
d8f06a4 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"model_type": "UNet3D",
"in_channels": 1,
"out_channels": 1,
"description": "3D U-Net для сегментации КТ-объёмов",
"window": {
"center": 100,
"width": 700,
"min": -250,
"max": 450
}
} |