forked from neuroneural/brainchop-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodels.json
More file actions
20 lines (20 loc) · 799 Bytes
/
models.json
File metadata and controls
20 lines (20 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"tissue_fast": {
"folder": "model5_gw_ae",
"description": "⚡ our fastest tissue segmentation model that produces gray and white matter labels",
"considerations": "min/max normalization",
"parameter_name": "tissue_fast"
},
"subcortical": {
"folder": "model30chan18cls",
"description": "🪓 a robust model that can handle clinical scans and other difficult input volumes producing cortical tissue segmentation accompanied by 15 subcortical regions",
"considerations": "min/max normalization",
"parameter_name": "subcortical"
},
"DKatlas": {
"folder": "model21_104class",
"description": "🔪 segments the brain into the Desikan-Killiany Atlas with 104 labels",
"considerations": "min/max normalization",
"parameter_name": "DKatlas"
}
}