MarkProMaster229 commited on
Commit
ede4051
·
verified ·
1 Parent(s): d8f06a4

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
+ }