Skip to content

The implementation of "Deep Learning-based Detection for COVID-19 from Chest CT using Weak Label".

Notifications You must be signed in to change notification settings

zhyhan/covid-19-detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning-based Detection for COVID-19 from Chest CT using Weak Label

By Chuansheng Zheng, Xianbo Deng, Qing Fu, Qiang Zhou, Jiapei Feng, Hui Ma, Wenyu Liu, and Xinggang Wang.


This project aims at providing a deep learning algorithm to detect COVID-19 from chest CT using weak label. And the souce code of training and testing is provided. If you have interests about more details, please check our preview paper on medrixv.

Note: We provide an online testing website for evaluating whether a CT volume being infected, click here to test your own chest CT.


Before running the code, please prepare a computer with NVIDIA GPU, then install Anaconda, PyTorch and NVIDIA CUDA driver. Once the environment and dependent libraries are installed, please check the README.md files in 2dunet and deCoVnet directories.

  • In the directory of "2dunet", the code mainly aims to segment the lung region to obtain all lung masks.

  • In the directory of "deCoVnet", the code does the classification task of whether a CT volume being infected.

  • The file "20200212-auc95p9.txt" contains the output probabilities of our pretrained deCovNet on our testing set.

The pretrained models are not currently available. If you have any questions, please contact Xinggang Wang.

LICENSE

License: CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

You should have received a copy of the license along with this work. If not, see https://creativecommons.org/licenses/by-nc-sa/4.0/.

About

The implementation of "Deep Learning-based Detection for COVID-19 from Chest CT using Weak Label".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%