From 7c9fdf3a5ad55880477dd5fc219e681c9cc83ddf Mon Sep 17 00:00:00 2001 From: Nick Tustison Date: Wed, 4 Sep 2024 16:44:54 -0700 Subject: [PATCH] BUG: Fix mask link. --- antspynet/utilities/get_pretrained_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antspynet/utilities/get_pretrained_network.py b/antspynet/utilities/get_pretrained_network.py index a7ef2ca..983f3c3 100644 --- a/antspynet/utilities/get_pretrained_network.py +++ b/antspynet/utilities/get_pretrained_network.py @@ -107,7 +107,7 @@ def switch_networks(argument): "allen_sr_weights" : "", "mouseMriBrainExtraction" : "https://figshare.com/ndownloader/files/44714947", "mouseT2wBrainExtraction3D" : "https://figshare.com/ndownloader/files/44943715", - "mouseT2wBrainParcellation3DNick" : "https://figshare.com/ndownloader/files/44714944", + "mouseT2wBrainParcellation3DNick" : "https://figshare.com/ndownloader/files/49014331", "mouseT2wBrainParcellation3DTct" : "https://figshare.com/ndownloader/files/47214538", "mouseSTPTBrainParcellation3DJay" : "https://figshare.com/ndownloader/files/46710592", "pvs_shiva_t1_0" : "https://figshare.com/ndownloader/files/48660169",