Skip to content

Commit

Permalink
set weights for thigh_shoulder ct model
Browse files Browse the repository at this point in the history
  • Loading branch information
wasserth committed Jan 16, 2025
1 parent f25c10a commit 719ec73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions totalsegmentator/libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,6 @@ def download_pretrained_weights(task_id):
weights_path = config_dir / "Dataset856_TotalSegMRI_face_1088subj"
elif task_id == 409:
weights_path = config_dir / "Dataset409_neuro_550subj"
elif task_id == 999:
weights_path = config_dir / "TODO"
elif task_id == 857:
weights_path = config_dir / "Dataset857_TotalSegMRI_thigh_shoulder_1088subj"

Expand Down

0 comments on commit 719ec73

Please sign in to comment.