shubhamchaudhary2015 / ct_covid19_cap_cnn

IEEE ICASSP 2021 Signal Processing Grand Challenge (SPGC) on COVID-19 Diagnosis
8 stars 1 forks source link

DETECTING COVID-19 AND COMMUNITY ACQUIRED PNEUMONIA USING CHEST CT SCAN IMAGES WITH DEEP LEARNING

Dependencies Needed:

Paper:https://arxiv.org/abs/2104.05121

Dataset required

SPGC-COVID dataset

To get result on Test set which is given:

Run Test_main.py, it contains the path for folder("test-directory-folder") which is suppose to contain ct scan of each patients(one subfolder folder for each patient), it will return the csv file which will contain prediction of all the patient. To run Test_main.py we need pretrained model, which can be downloded from https://drive.google.com/file/d/1aBSl44i927SQpACQ7gKPL8xONAq7gOxr/view?usp=sharing

Steps to be followed to run the entire experiment again.

Step1: Preprocessing Run:covid_cap_preprocessing.py(stage 1)