Skip to content

Commit 86e7fa8

Browse files
authored
Merge pull request #66 from evamariie/patch-1
added note Pre/Post Glioma segmentation with links + formated links
2 parents 0cd322f + 6a939fc commit 86e7fa8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ Further, have a look at the Python examples in this repository for preprocessing
7474
BraTS Segmentor enables orchestration of BraTS brain tumor segmentation algorithms for generation of fully-automated segmentations.
7575
For segmentation, your files should be `preprocessed`, meaning they should be co-registered and skullstripped in SRI-24 space.
7676
You can preprocess your files using [BrainLes preprocessing](https://github.com/BrainLesion/preprocessing) (recommended) or the deprecated preprocessor of BraTS Toolkit (see below).
77-
77+
> [!NOTE]
78+
> Algorithms are now available for Adult Glioma Segmentation [Pre-Treatment](https://github.com/BrainLesion/BraTS?tab=readme-ov-file#adult-glioma-segmentation-pre-treatment) and [Post-Treatment](https://github.com/BrainLesion/BraTS?tab=readme-ov-file#adult-glioma-segmentation-post-treatment).
79+
> If you're interested in Adult Glioma Segmentation [GlioMODA](https://github.com/BrainLesion/GlioMODA#gliomoda) may also be of interest.
80+
>
7881
### Python package
7982
Please have a look at `1_segmentation.py` in this repository for a demo application.
8083

@@ -88,8 +91,8 @@ Please have a look at `2_fusion.py` in this repository for a demo application.
8891

8992
## Brats Preprocessor (deprecated)
9093
BraTS Preprocessor facilitates data standardization and preprocessing for researchers and clinicians alike. It covers the entire image analysis workflow prior to tumor segmentation, from image conversion and registration to brain extraction.
91-
92-
> WARNING: BraTS Preprocessor is deprecated. It still works, but we recommended using [BrainLes preprocessing](https://github.com/BrainLesion/preprocessing) instead, which offers much more flexibility.
94+
> [!WARNING]
95+
> BraTS Preprocessor is deprecated. It still works, but we recommend using [BrainLes preprocessing](https://github.com/BrainLesion/preprocessing) instead, which offers much more flexibility.
9396
9497
### Processing Modi
9598
BraTS Preprocessor offers the following preprocessing modes:
@@ -120,7 +123,8 @@ Type `brats-batch-preprocess -h` after installing the Python package to see avai
120123

121124
### Graphical User Interface (GUI)
122125
You can find instructions to use and download the GUI variant here: https://neuronflow.github.io/BraTS-Preprocessor/
123-
> WARNING: The GUI is not nicely maintained. We encourage you to use the Python package or the CLI instead.
126+
> [!WARNING]
127+
> The GUI is not nicely maintained. We encourage you to use the Python package or the CLI instead.
124128
125129

126130
### Command Line Interface (CLI)

0 commit comments

Comments
 (0)