Skip to content

Commit

Permalink
update brain structures documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wasserth committed Jul 22, 2024
1 parent 3054b2b commit f8b9bfc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Master


## Release 2.4.0
* add brain structures
* add liver vessels
* greatly improved phase classification model
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ Available with a license (free licenses available for non-commercial usage [here
* **appendicular_bones**: patella, tibia, fibula, tarsal, metatarsal, phalanges_feet, ulna, radius, carpal, metacarpal, phalanges_hand
* **tissue_types**: subcutaneous_fat, torso_fat, skeletal_muscle
* **tissue_types_mr**: subcutaneous_fat, torso_fat, skeletal_muscle (for MR images)
* **brain_structures**: brainstem, subarachnoid_space, venous_sinuses, septum_pellucidum, cerebellum, caudate_nucleus, lentiform_nucleus, insular_cortex, internal_capsule, ventricle, central_sulcus, frontal_lobe, parietal_lobe, occipital_lobe, temporal_lobe, thalamus
* **vertebrae_body**: vertebral body of all vertebrae (without the vertebral arch)
* **face**: face_region
* **face**: face_region (for anonymization)

Usage:
```
Expand Down
4 changes: 2 additions & 2 deletions totalsegmentator/map_to_binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,9 @@
3: "liver"
},
"brain_structures": {
1: "brainstem",
1: "brainstem", # + brain_parenchyma
2: "subarachnoid_space",
3: "venous_sinuses",
3: "venous_sinuses", # + dural folds
4: "septum_pellucidum",
5: "cerebellum",
6: "caudate_nucleus",
Expand Down

0 comments on commit f8b9bfc

Please sign in to comment.