Differences between revisions 2 and 3
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
This functionality is only available in the development version of !FreeSurfer. Rather than directly contacting the author, please post your questions on this module to the !FreeSurfer [[FreeSurferSupport|mailing list]]. Robust, universal skull-stripping for brain images of any type.
Line 7: Line 7:
Note: this functionality is currently only available in the development version of !FreeSurfer. Rather than directly contacting the author, please post your questions on this module to the !FreeSurfer [[FreeSurferSupport|mailing list]].
Line 8: Line 10:

This wiki page still a work-in-progress.
Line 13: Line 17:
'''''Within !FreeSurfer:''''' As of March 1 2022, SynthStrip is available in the dev (nightly) !FreeSurfer distributions and will be included in the upcoming !FreeSurfer v7.3 release.  '''''Within !FreeSurfer:''''' As of March 14 2022, SynthStrip is available in the dev (nightly) !FreeSurfer distributions and will be included in the upcoming !FreeSurfer v7.3 release.
Line 15: Line 19:
'''''Standalone Utility:''''' If you do not want to install an entire !FreeSurfer distribution to run !SynthStrip, you can install a singular, pre-built macOS or linux !SynthStrip executable. To do this, download the maxOS or linux file from this source. '''''Standalone Utility:''''' Coming soon! /* If you do not want to install an entire !FreeSurfer distribution to run !SynthStrip, you can install a singular, pre-built macOS or linux !SynthStrip executable. To do this, download the maxOS or linux file from this source. */
Line 28: Line 32:

In the SynthStrip publication, we gather a large test set, from a collection of public datasets, that spans across acquisition type, age, and health. We plan to make this subset of images, along with ground-truth brain mask labels, available for download in the near future.

SynthStrip

Robust, universal skull-stripping for brain images of any type.


skullstrips.png

Note: this functionality is currently only available in the development version of FreeSurfer. Rather than directly contacting the author, please post your questions on this module to the FreeSurfer mailing list.

1. Overview

This wiki page still a work-in-progress.

2. Installation

We offer two ways of run SynthStrip: within FreeSurfer or as a standalone command-line tool.

Within FreeSurfer: As of March 14 2022, SynthStrip is available in the dev (nightly) FreeSurfer distributions and will be included in the upcoming FreeSurfer v7.3 release.

Standalone Utility: Coming soon!

3. Usage

Once installed, you can run SynthStrip with the following:

synthstrip -i <input> -o <stripped>

In this command, <input> represents the path to the input image and <stripped> is the skull-stripped output. To also save the corresponding brain mask, the -m command line flag can be used to specify the mask output path. For additional options and command description, please use the --help flag. For the large majority of images with voxel sizes near 1 mm^3, SynthStrip should run in less than 1 minute on the CPU. As image size (or resolution) increases, this runtime might increase as well.

4. Evaluation Dataset

In the SynthStrip publication, we gather a large test set, from a collection of public datasets, that spans across acquisition type, age, and health. We plan to make this subset of images, along with ground-truth brain mask labels, available for download in the near future.

SynthStrip (last edited 2022-05-02 08:57:53 by AndrewHoopes)