Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)


Lung CT Segmentation
       
Lung CT Segmentation
       
Lung CT Segmentation
       

## 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)