Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 712 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 712 Bytes

CT-Lung-Segmentation

This repository contains a Pytorch implementation of Lung CT image segmentation Using U-net

UNet

Figure 1: Original CT images CT-images

Figure 2: Ground-truth Segmentation Mask GroundTruth Mask

Figure 3: Predicted Segmentation Mask Prediction Mask

Requirement

jupyter

numpy

opencv-python

Pillow

torch

torchvision

tqdm

pip install -r requirements.txt

Dataset

  1. Download the data from Kaggle/Finding and Measuring Lungs in CT Data
  2. With totally 267 CT slices, I randomly select 200 slices for training and 67 for testing