Freesurfer segmentation #299
-
Beta Was this translation helpful? Give feedback.
Answered by
mgxd
Jun 26, 2023
Replies: 1 comment 1 reply
-
Hi @parinazbabaee - Automated segmentation is one of the trickier steps to get right in nibabies. I have a few suggestions, ranging from easier to harder that you can try:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
parinazbabaee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @parinazbabaee - Automated segmentation is one of the trickier steps to get right in nibabies. I have a few suggestions, ranging from easier to harder that you can try:
--fs-no-reconall
flag in your command). The fallback is FSL FAST, which from some limited testing is not expected to perform very well in younger subjects due to a lack of tissue contrast. If you remove that and try again, the pipeline will useinfant_recon_all
for this.--segmentation-atlases-dir
flag to enable running ANTs JointLabe…