Lucifer201210
Lucifer201210
Hi, When I exacted brain using `antspynet.utilities.brain_extraction` according to AntsPyNet document (https://antsx.github.io/ANTsPyNet/docs/build/html/utilities.html#applications), an error happened.  According this document, the `antsxnet_cache_directory `was used to store the downloaded template...
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:...