Skip to content

Commit 7dd6e5b

Browse files
kepler186f-gitLeogeorg-wolflein
authored
added totalsegmentator task (#25)
* added totalsegmentator task * Rename task and add more context to task description --------- Co-authored-by: Leo <leo.misera@tu-dresden.de> Co-authored-by: Georg Wölflein <georgw7777@gmail.com>
1 parent e13d860 commit 7dd6e5b

17 files changed

Lines changed: 1002 additions & 735 deletions

papers.bib

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
@article{wasserthal2023totalsegmentator,
2+
title={TotalSegmentator: robust segmentation of 104 anatomic structures in CT images},
3+
author={Wasserthal, Jakob and Breit, Hanns-Christian and Meyer, Manfred T and Pradella, Maurice and Hinck, Daniel and Sauter, Alexander W and Heye, Tobias and Boll, Daniel T and Cyriac, Joshy and Yang, Shan and others},
4+
journal={Radiology: Artificial Intelligence},
5+
volume={5},
6+
number={5},
7+
pages={e230024},
8+
year={2023},
9+
publisher={Radiological Society of North America}
10+
}
11+
112
@article{isensee2020nnunet,
213
author = {Isensee, Fabian and Jaeger, Paul F. and Kohl, Simon A. A. and Petersen, Jens and Maier-Hein, Klaus H.},
314
title = {nnU-Net: a self-configuring method for deep learning-based biomedical image segmentation},

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dev = [
5555
]
5656
benchmark = [
5757
"h5py>=3.13.0",
58+
"nibabel>=5.3.2",
5859
]
5960

6061
[tool.ruff.lint.per-file-ignores]

tasks/totalsegmentator_segment_liver/__init__.py

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Add large files here that should not be committed to the repository
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
The CT scans were downloaded from TCIA (https://www.cancerimagingarchive.net/collection/colorectal-liver-metastases/) and saved as .nii.gz.
2+
3+
Citation: Simpson, A. L., Peoples, J., Creasy, J. M., Fichtinger, G., Gangai, N., Lasso, A., Keshava Murthy, K. N., Shia, J., D’Angelica, M. I., & Do, R. K. G. (2023). Preoperative CT and Survival Data for Patients Undergoing Resection of Colorectal Liver Metastases (Colorectal-Liver-Metastases) (Version 2) [Data set]. The Cancer Imaging Archive. https://doi.org/10.7937/QXK2-QG03
4+
5+
The original dataset is licensed under the CC BY 4.0 license. Modifications have been made to the original data during preprocessing.
Binary file not shown.

0 commit comments

Comments
 (0)