Skip to content

Commit 95b80f0

Browse files
committed
add link to task finder to readme
1 parent 8c63ec8 commit 95b80f0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ Tool for segmentation of most major anatomical structures in any CT or MR image.
44

55
**ANNOUNCEMENT: We recently added support for MR images. Try out by using the task `-ta total_mr` or see more details in our [paper](https://arxiv.org/abs/2405.19492).**
66

7-
Supported classes for CT:
7+
Main classes for CT:
88
![Alt text](resources/imgs/overview_classes_v2.png)
99

10-
Supported classes for MR:
10+
Main classes for MR:
1111
![Alt text](resources/imgs/overview_classes_mr.png)
1212

13+
See [here](https://backend.totalsegmentator.com/find-task/) for all available structures.
14+
1315
Created by the department of [Research and Analysis at University Hospital Basel](https://www.unispital-basel.ch/en/radiologie-nuklearmedizin/forschung-radiologie-nuklearmedizin).
1416
If you use it please cite our [Radiology AI paper](https://pubs.rsna.org/doi/10.1148/ryai.230024) ([free preprint](https://arxiv.org/abs/2208.05868)). If you use it for MR images please cite the [TotalSegmentator MRI paper](https://arxiv.org/abs/2405.19492). Please also cite [nnUNet](https://github.com/MIC-DKFZ/nnUNet) since TotalSegmentator is heavily based on it.
1517

@@ -84,6 +86,8 @@ Usage:
8486
TotalSegmentator -i ct.nii.gz -o segmentations -ta <task_name>
8587
```
8688

89+
Confused by all the structures and tasks? Check [this](https://backend.totalsegmentator.com/find-task/) to search through available structures and tasks.
90+
8791
The mapping from label ID to class name can be found [here](https://github.com/wasserth/TotalSegmentator/blob/master/totalsegmentator/map_to_binary.py).
8892

8993

0 commit comments

Comments
 (0)