Skip to content

Commit 3d407d9

Browse files
authored
Merge pull request #108 from BrainLesion/106-feature-preprocessing-requirements-need-to-be-documented-in-a-better-way
document preprocessing requirements
2 parents 4ff121d + 4d81789 commit 3d407d9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ pip install brats
5656

5757
## Available Algorithms and Usage
5858

59+
> [!IMPORTANT]
60+
> BraTS challenge algorithms require preprocessed brain images. See section [Data preprocessing requirements](#data-preprocessing-requirements)
61+
5962
### Segmentation Challenges
6063
<img src="https://github.com/BrainLesion/brats/blob/main/figures/segmentation_fig.png?raw=true" alt="matched_instance_figure" height="250"/>
6164

@@ -442,6 +445,11 @@ missing_mri.infer_single(
442445
> For a full notebook example with more details, please check here:
443446
> [![nbviewer](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg)](https://nbviewer.org/github/BrainLesion/tutorials/blob/main/BraTS/tutorial.ipynb)
444447
448+
449+
## Data preprocessing requirements
450+
BraTS challenge algorithms require preprocessed brain scans. Typically this involves co-registration, brain extraction and registration to a challenge-specific brain atlas (template) - see the respective section for each challenge regarding which template to use.
451+
We recommend to use the [preprocessing package](https://github.com/BrainLesion/preprocessing) from [BrainLesion Suite](https://github.com/BrainLesion) for this purpose. In the future we plan to offer challenge-specific convenience functions wrapping around this very preprocessing package.
452+
445453
## Citation
446454

447455
> [!IMPORTANT]

0 commit comments

Comments
 (0)