Lucifer201210

Results 2 issues of 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. ![截图 2024-08-22 00-41-48](https://github.com/user-attachments/assets/b3117706-5336-41d2-a30a-f2844837ad3e) 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:...