CT-Lung-Segmentation
CT-Lung-Segmentation copied to clipboard
Pytorch implementation of Lung CT image segmentation Using U-net
CT-Lung-Segmentation
This repository contains a Pytorch implementation of Lung CT image segmentation Using U-net
Figure 1: Original CT images
Figure 2: Ground-truth Segmentation Mask
Figure 3: Predicted Segmentation Mask
Requirement
jupyter
numpy
opencv-python
Pillow
torch
torchvision
tqdm
pip install -r requirements.txt
Dataset
- Download the data from Kaggle/Finding and Measuring Lungs in CT Data
- With totally 267 CT slices, I randomly select 200 slices for training and 67 for testing