a b/README.md
1
# Lung Segmentation
2
Lung Segmentation using a UNet model on 3D CT scans
3
4
# Data Used :
5
The data used is the TCIA LIDC-IDRI dataset Standardized representation, link to download : https://wiki.cancerimagingarchive.net/display/DOI/Standardized+representation+of+the+TCIA+LIDC-IDRI+annotations+using+DICOM
6
7
And for the lung masks, LUNA16 lung segmentation is used
8
9
10
# Current results example :
11
12
![lung segmentation example](https://github.com/Thvnvtos/Lung_Segmentation/blob/unet3d/readme_images/example_segmentation.png?raw=true)