I am trying to extract the brain from T1 weighted image using antsBrainExtraction. However, the result is disappointing because part of the skull can’t be removed. I used MNI T1 weighted image 1mm as template for skull stripping and its brain mask as brain probability mask.
synthstrip is very robust. Alternatively, mindgrab provides similar performance but is faster, brainchop -m mindgrab -i input.nii.gz -o output.nii.gz. You can even try out mindgrab by dragging and dropping your NIfTI image to the brainchop web page and choosing the omnimodal skull strip segmentation model - this uses your own web browser’s graphics card for the AI model, so data is not shared with a cloud server.