Skip to content

Commit

Permalink
bugfix in download url
Browse files Browse the repository at this point in the history
  • Loading branch information
wasserth committed Jul 22, 2024
1 parent f8b9bfc commit b38f7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion totalsegmentator/libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def download_pretrained_weights(task_id):
WEIGHTS_URL = url + "/v2.0.0-weights/Dataset503_cardiac_motion.zip"
elif task_id == 8:
weights_path = config_dir / "Task008_HepaticVessel"
WEIGHTS_URL = url + "/v2.0.0-weights/Dataset008_HepaticVessel.zip"
WEIGHTS_URL = url + "/v2.4.0-weights/Dataset008_HepaticVessel.zip"

# Commercial models
elif task_id == 304:
Expand Down

0 comments on commit b38f7ba

Please sign in to comment.