|
a |
|
b/README.md |
|
|
1 |
## CT Chest Segmentation |
|
|
2 |
--- |
|
|
3 |
### Motivation |
|
|
4 |
Automatic segmentation of medical images is an important step to extract useful information that can help doctors make a diagnosis. Lung segmentation constitutes a critical procedure for any clinical-decision supporting system aimed to improve the early diagnosis and treatment of lung diseases. |
|
|
5 |
|
|
|
6 |
### Data |
|
|
7 |
Available [here](https://www.kaggle.com/polomarco/chest-ct-segmentation) or [here](https://drive.google.com/drive/folders/1krhZD2R4QORhL_SiXNwqi1KRJ2s9zP-2?usp=sharing). |
|
|
8 |
This dataset was be modified from `Lung segmentation dataset by Kónya et al., 2020 , https://www.kaggle.com/sandorkonya/ct-lung-heart-trachea-segmentation` |
|
|
9 |
The code with dataset creation available here - [dataset_creation.ipynb](https://github.com/mandrakedrink/ChestCTSegmentation/blob/master/dataset_creation.ipynb)[<img src="https://colab.research.google.com/assets/colab-badge.svg" align="center">](https://colab.research.google.com/drive/166TOgOsRvcblQK2j_HTB8CmVy5VGabas?usp=sharing) |
|
|
10 |
|
|
|
11 |
More information about dataset can be read [here](https://www.kaggle.com/polomarco/chest-ct-segmentation). |
|
|
12 |
|
|
|
13 |
### Formulation of the problem: |
|
|
14 |
Each pixel must be labeled “1” if it is part of one of the classes (**lungs**, **heart**, **trachea**), and “0” if not. |
|
|
15 |
|
|
|
16 |
### Solution |
|
|
17 |
The code with the solution is available here - [ct_chest_seg.ipynb](https://github.com/mandrakedrink/ChestCTSegmentation/blob/master/ct_chest_segmentation.ipynb)[<img src="https://colab.research.google.com/assets/colab-badge.svg" align="center">](https://colab.research.google.com/drive/12MNwOSHp7JkVB3jkabqVXSTJoR4jZArm?usp=sharing) |
|
|
18 |
|
|
|
19 |
### Results |
|
|
20 |
|
|
|
21 |
 |
|
|
22 |
|
|
|
23 |
<p> |
|
|
24 |
<img src="https://github.com/mandrakedrink/ChestCTSegmentation/blob/master/stats/result/svg/result1.svg" width="40%" height="40%"> |
|
|
25 |
    |
|
|
26 |
<img src="https://github.com/mandrakedrink/ChestCTSegmentation/blob/master/stats/result/result-demov.gif" width="44%" height="44%"> |
|
|
27 |
</p> |
|
|
28 |
|
|
|
29 |
---- |
|
|
30 |
[Video](https://youtu.be/HXTJRO2o3ys) with several examples. |