Skip to content

Pytorch implementation of Lung CT image segmentation Using U-net

Notifications You must be signed in to change notification settings

Adamdad/CT-Lung-Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pytorch implementation of Lung CT image segmentation Using U-net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published