Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rekalantar/ct_3dlungsegmentation
3D Segmentation of Lungs on CT
https://github.com/rekalantar/ct_3dlungsegmentation
3d-segmentation 3d-unet coronavirus covid-19 ct-scan-images lung-segmentation
Last synced: 2 months ago
JSON representation
3D Segmentation of Lungs on CT
- Host: GitHub
- URL: https://github.com/rekalantar/ct_3dlungsegmentation
- Owner: rekalantar
- Created: 2020-03-27T12:44:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T23:21:37.000Z (almost 2 years ago)
- Last Synced: 2023-05-06T15:12:10.783Z (over 1 year ago)
- Topics: 3d-segmentation, 3d-unet, coronavirus, covid-19, ct-scan-images, lung-segmentation
- Language: Jupyter Notebook
- Homepage:
- Size: 28.4 MB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3D Patch-Based Lung Segmentation on CT
Lung CT segmentation is an important task in the field of medical imaging, as it allows for more accurate diagnosis and treatment planning for lung diseases such as lung cancer, chronic obstructive pulmonary disease (COPD), and pneumonia.
Accurate segmentation of the lungs in a CT scan can help radiologists identify and measure the size and location of tumors or other abnormalities within the lungs. It can also be used to automatically extract quantitative information such as lung volumes and airway measurements, which can be used to aid in the diagnosis and treatment of lung diseases.
Furthermore, in the field of machine learning, lung CT segmentation is used as a pre-processing step for many medical image analysis tasks, such as nodule detection, classification, and registration.
In this tutorial, we will design an end-to-end AI framework in PyTorch for 3D segmentation of the lungs from CT. [Read Full Article](https://medium.com/@rekalantar/unlocking-the-potential-of-ai-in-medical-imaging-3d-lung-ct-segmentation-in-pytorch-d7ca1b17ae98)
## Result ##
The curves of training loss and validation Dice score after training for 500 epochs
![3D Lung CT training](https://github.com/rekalantar/CT_3DLungSegmentation/blob/master/results/train_val_curves.png)Segmentation result on a test patient
![3D Lung CT Results](https://github.com/rekalantar/CT_3DLungSegmentation/blob/master/results/seg_results.png)