Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note on graphical user interface in 3D Slicer #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ coefficient and -0.80 to -2.75 mm for the Hausdorff distance (Bonferroni-adjuste
- HD-BET is very fast on GPU with <10s run time per MRI sequence. Even on CPU it is not slower than other commonly
used tools.

## Installation Instructions
## Graphical user interface

HD-BET is available with a convenient graphical user interface in [3D Slicer](https://www.slicer.org) via the [HDBrainExtraction](https://github.com/lassoan/SlicerHDBrainExtraction#hdbrainextraction) extension. It can be installed with a few clicks as described [here](https://github.com/lassoan/SlicerHDBrainExtraction#tutorial) (in this case it is *not needed* to follow the steps described in "Installation Instructions" section below).

![Screenshot of HD-BET in 3D Slicer](https://github.com/lassoan/SlicerHDBrainExtraction/raw/main/Screenshot01.jpg)

## Installation Instructions

Note that you need to have a python3 installation for HD-BET to work. Please also make sure to install HD-BET with the
correct pip version (the one that is connected to python3). You can verify this using the `--version` command:

Expand Down