|
1 | 1 | # TBI Lesion Analysis Pipeline |
2 | 2 |
|
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 | + |
4 | 9 |
|
5 | 10 | ## Features |
6 | 11 |
|
@@ -161,12 +166,22 @@ train_transforms = segmenter.create_training_transforms() |
161 | 166 |
|
162 | 167 | ## Citation |
163 | 168 |
|
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 | +} |
165 | 180 |
|
166 | 181 | ## License |
167 | 182 |
|
168 | 183 | This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |
169 | 184 |
|
170 | 185 | ## Contributing |
171 | 186 |
|
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