Lucifer201210
Results
2
comments of
Lucifer201210
The command line to exact brain from T1.nii.gz was: `from antspynet.utilities import brain_extraction brain_extraction prob_brain_mask = brain_extraction(raw_img_ants, modality='t1',verbose=True) `
> Code looks correct, always good to verify that the file is accessible before calling brain_extraction > > ``` > import os > mycachedir = '/home/wei/DeepLearning/Model_pth/' > os.listdir(mycachedir) > os.access(os.path.join(mycachedir,...