Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Lung Infection Segmentation from CT Images

Medical image segmentation pipeline to segment background and three lesions:

  • Ground-glass opacity
  • Consilidation
  • Pleural Effusion

[COVID-19]

Reproducibility

  • Ubuntu > 18.04
  • Python > 3.6
  • NVIDIA card with CUDA support (RTX 1070Ti or better)

Step-by-Step workflow:

Download the code repository via git clone to your disk. Afterwards, install all required dependencies, download the dataset and setup the file structure.

git clone https://github.com/tyommik/covid19_ct_lesion_seg
cd covid19_ct_lesion_seg

conda env create --file environment.yml
jupyter lab

Run train.ipynb using your own data

Dataset

Using private dataset. There is no option to provide it :(

Results

<demo> : http://covid19.shibaev.info

Releases

Packages

Contributors

Languages