diff --git a/totalsegmentator/bin/totalseg_download_weights.py b/totalsegmentator/bin/totalseg_download_weights.py index 86b14bc71..afbccafed 100644 --- a/totalsegmentator/bin/totalseg_download_weights.py +++ b/totalsegmentator/bin/totalseg_download_weights.py @@ -64,7 +64,7 @@ def main(): "face": [303], "face_mr": [856], "brain_structures": [409], - "thigh_shoulder_muscles": [999], # TODO + "thigh_shoulder_muscles": [857], "thigh_shoulder_muscles_mr": [857] } diff --git a/totalsegmentator/map_to_binary.py b/totalsegmentator/map_to_binary.py index d643380b5..8d60ef29a 100644 --- a/totalsegmentator/map_to_binary.py +++ b/totalsegmentator/map_to_binary.py @@ -595,7 +595,7 @@ "face": 303, "face_mr": 856, "brain_structures": 409, - "thigh_shoulder_muscles": 999, # todo + "thigh_shoulder_muscles": 857, "thigh_shoulder_muscles_mr": 857 }