-
Notifications
You must be signed in to change notification settings - Fork 14
added note Pre/Post Glioma segmentation with links + formated links #66
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
Changes from 3 commits
445ff8a
747059f
df898db
610e933
f4ef503
b95bf25
6a939fc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -67,14 +67,19 @@ Please also cite the following original authors of the algorithms who make this | |||||
|
|
||||||
|
|
||||||
| ## Usage | ||||||
| BrainLes features [Jupyter notebook tutorials](https://github.com/BrainLesion/tutorials/tree/main/BraTS-Toolkit) for glioma segmentation with BraTS Toolkit. | ||||||
| BrainLes features (Jupyter notebook tutorials: https://github.com/BrainLesion/tutorials/tree/main/BraTS-Toolkit) for glioma segmentation with BraTS Toolkit. | ||||||
| Further, have a look at the Python examples in this repository for preprocessing (`0_preprocessing_single.py`), segmentation (`1_segmentation.py`) and fusion (`2_fusion.py`). | ||||||
|
|
||||||
| ## Brats Segmentor | ||||||
| BraTS Segmentor enables orchestration of BraTS brain tumor segmentation algorithms for generation of fully-automated segmentations. | ||||||
| For segmentation, your files should be `preprocessed`, meaning they should be co-registered and skullstripped in SRI-24 space. | ||||||
| You can preprocess your files using [BrainLes preprocessing](https://github.com/BrainLesion/preprocessing) (recommended) or the deprecated preprocessor of BraTS Toolkit (see below). | ||||||
|
|
||||||
| You can preprocess your files using BrainLes preprocessing: https://github.com/BrainLesion/preprocessing (recommended) or the deprecated preprocessor of BraTS Toolkit (see below). | ||||||
|
||||||
| You can preprocess your files using BrainLes preprocessing: https://github.com/BrainLesion/preprocessing (recommended) or the deprecated preprocessor of BraTS Toolkit (see below). | |
| You can preprocess your files using [BrainLes preprocessing](https://github.com/BrainLesion/preprocessing) (recommended) or the deprecated preprocessor of BraTS Toolkit (see below). |
Outdated
Copilot
AI
Sep 22, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an extra closing parenthesis on line 80 after the URL that should be removed.
| and Post-Treatment: https://github.com/BrainLesion/BraTS?tab=readme-ov-file#adult-glioma-segmentation-post-treatment). <br> | |
| and Post-Treatment: https://github.com/BrainLesion/BraTS?tab=readme-ov-file#adult-glioma-segmentation-post-treatment. <br> |
evamariie marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
Copilot
AI
Sep 22, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link formatting is inconsistent with markdown conventions. Consider using proper markdown link syntax: [BrainLes preprocessing](https://github.com/BrainLesion/preprocessing) for better readability and consistency.
| > BraTS Preprocessor is deprecated. It still works, but we recommended using BrainLes preprocessing: https://github.com/BrainLesion/preprocessing instead, which offers much more flexibility. | |
| > BraTS Preprocessor is deprecated. It still works, but we recommended using BrainLes preprocessing: [BrainLes preprocessing](https://github.com/BrainLesion/preprocessing) instead, which offers much more flexibility. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The parentheses around the link description create awkward formatting. Consider using proper markdown link syntax:
[Jupyter notebook tutorials](https://github.com/BrainLesion/tutorials/tree/main/BraTS-Toolkit)for better readability and consistency with markdown conventions.