Skip to content

Commit d2d2d97

Browse files
authored
Update README.md
1 parent 38760fe commit d2d2d97

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# TBI Lesion Analysis Pipeline
22

3-
A deep learning-based pipeline for analyzing traumatic brain injury (TBI) lesions from MRI scans. This tool segments 7 types of TBI lesions and quantifies their overlap with 10 brain anatomical zones.
3+
A deep learning-based pipeline for analyzing traumatic brain injury (TBI) lesions from MRI scans. This tool segments 7 types of TBI lesions and quantifies their overlap with 10 brain anatomical zones. This was a proof of concept using Claude Code, where I found interesting Computed Tomography based Traumatic Brain Injury Quantification python code at https://github.com/nifm-gin/CT-TIQUA.
4+
I then modified the code to use MRI DICOM images, and trained using MR Brain Segmentation Challenge 2018 Data. Finally, I ran inference on some existing MRI images from a TRACTS study.
5+
6+
Next steps would be to make the inference and validation more rigourous and begin an investigation on the lesions identified.
7+
The sample reports are in the output folder.
8+
49

510
## Features
611

@@ -161,12 +166,22 @@ train_transforms = segmenter.create_training_transforms()
161166

162167
## Citation
163168

164-
This pipeline adapts concepts from CT-TIQUA for MRI-based TBI analysis.
169+
- This pipeline adapts concepts and code from CT-TIQUA for MRI-based TBI analysis. Source is https://github.com/nifm-gin/CT-TIQUA
170+
- Labled training data from https://dataverse.nl/dataset.xhtml?persistentId=doi:10.34894/E0U32Q with full reference:
171+
@data{E0U32Q_2024,
172+
author = {Hugo J. Kuijf and Edwin Bennink and Koen L. Vincken and Nick Weaver and Geert Jan Biessels and Max A. Viergever},
173+
publisher = {DataverseNL},
174+
title = {{MR Brain Segmentation Challenge 2018 Data}},
175+
year = {2024},
176+
version = {V1},
177+
doi = {10.34894/E0U32Q},
178+
url = {https://doi.org/10.34894/E0U32Q}
179+
}
165180

166181
## License
167182

168183
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
169184

170185
## Contributing
171186

172-
We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to contribute to this project.
187+
We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to contribute to this project.

0 commit comments

Comments
 (0)