Skip to content

Commit

Permalink
brain_mri_t1 weights filename was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmoraes committed Aug 21, 2022
1 parent 59af875 commit 66b749f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invesalius/segmentation/deep_learning/segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def __init__(
window_width=255,
window_level=127,
)
self.torch_weights_file_name = 'brain_mri_t1.pt"'
self.torch_weights_file_name = 'brain_mri_t1.pt'
self.torch_weights_url = "https://github.com/tfmoraes/deepbrain_torch/releases/download/v1.1.0/weights.pt"
self.torch_weights_hash = (
"194b0305947c9326eeee9da34ada728435a13c7b24015cbd95971097fc178f22"
Expand Down

0 comments on commit 66b749f

Please sign in to comment.