You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seem to be that the URL(https://ndownloader.figshare.com/files/22597175) was invalid, the command brain_extraction need to download data from the URL. Then I copy the to chrome browser, the URL was forbidden.
Was there any solution to this error?
The text was updated successfully, but these errors were encountered:
Thanks for posting the exact link that is problematic for you. The URL isn't invalid as I don't have any problem downloading that file using chrome. Do you have an institutional block of some sort preventing you from downloading from the figshare site?
When I running the following command line to exact brain from T1.nii.gz, an error happened.
from antspynet.utilities import brain_extraction prob_brain_mask = brain_extraction(raw_img_ants, modality='t1',verbose=True)
the error information was as follows:
Brain extraction: retrieving model weights.
Brain extraction: retrieving template.
Downloading data from https://ndownloader.figshare.com/files/22597175
......
Exception: URL fetch failure on https://ndownloader.figshare.com/files/22597175: 403 -- Forbidden
It seem to be that the URL(https://ndownloader.figshare.com/files/22597175) was invalid, the command
brain_extraction
need to download data from the URL. Then I copy the to chrome browser, the URL was forbidden.Was there any solution to this error?
The text was updated successfully, but these errors were encountered: