├── Codes ├── preprocessing │ ├── dcm_utilities.py │ ├── preprocessing-step-1.ipynb │ ├── preprocessing-step-2.ipynb │ └── utilities.py └── training and testing │ ├── Testing-CovidCTNet.ipynb │ └── Training-CovidCTNet.ipynb ├── Data └── DCM │ ├── CAP │ ├── Patient_23 │ │ └── This is an empty file.txt │ └── Patient_29 │ │ └── This is an empty file.txt │ ├── Control │ ├── PATIENT 2 (4) │ │ └── This is an empty file.txt │ └── PATIENT 2 (5) │ │ └── This is an empty file.txt │ ├── Covid │ ├── 1641266+ │ │ └── This is an empty file.txt │ └── 1641392+ │ │ └── This is an empty file.txt │ └── TEST │ ├── TEST (1) │ └── This is an empty file.txt │ └── TEST (5) │ └── This is an empty file.txt ├── Data_step1 └── This is an empty file.txt ├── Model_weight ├── weight_bcdunet_v2.hdf5 └── weight_cnn_CovidCtNet_v2_final.h5 ├── README.md ├── images ├── Thumbs.db └── image_2020-04-26_14-48-21.png └── preprocessed ├── ct-normal-slices-test └── This is an empty file.txt ├── ct-normal-slices-train └── This is an empty file.txt ├── ct-pixels-test └── This is an empty file.txt └── ct-pixels-train └── This is an empty file.txt /Codes/preprocessing/dcm_utilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/Codes/preprocessing/dcm_utilities.py -------------------------------------------------------------------------------- /Codes/preprocessing/preprocessing-step-1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/Codes/preprocessing/preprocessing-step-1.ipynb -------------------------------------------------------------------------------- /Codes/preprocessing/preprocessing-step-2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/Codes/preprocessing/preprocessing-step-2.ipynb -------------------------------------------------------------------------------- /Codes/preprocessing/utilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/Codes/preprocessing/utilities.py -------------------------------------------------------------------------------- /Codes/training and testing/Testing-CovidCTNet.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/Codes/training and testing/Testing-CovidCTNet.ipynb -------------------------------------------------------------------------------- /Codes/training and testing/Training-CovidCTNet.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/Codes/training and testing/Training-CovidCTNet.ipynb -------------------------------------------------------------------------------- /Data/DCM/CAP/Patient_23/This is an empty file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/Data/DCM/CAP/Patient_23/This is an empty file.txt -------------------------------------------------------------------------------- /Data/DCM/CAP/Patient_29/This is an empty file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/Data/DCM/CAP/Patient_29/This is an empty file.txt -------------------------------------------------------------------------------- /Data/DCM/Control/PATIENT 2 (4)/This is an empty file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/Data/DCM/Control/PATIENT 2 (4)/This is an empty file.txt -------------------------------------------------------------------------------- /Data/DCM/Control/PATIENT 2 (5)/This is an empty file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/Data/DCM/Control/PATIENT 2 (5)/This is an empty file.txt -------------------------------------------------------------------------------- /Data/DCM/Covid/1641266+/This is an empty file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/Data/DCM/Covid/1641266+/This is an empty file.txt -------------------------------------------------------------------------------- /Data/DCM/Covid/1641392+/This is an empty file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/Data/DCM/Covid/1641392+/This is an empty file.txt -------------------------------------------------------------------------------- /Data/DCM/TEST/TEST (1)/This is an empty file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/Data/DCM/TEST/TEST (1)/This is an empty file.txt -------------------------------------------------------------------------------- /Data/DCM/TEST/TEST (5)/This is an empty file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/Data/DCM/TEST/TEST (5)/This is an empty file.txt -------------------------------------------------------------------------------- /Data_step1/This is an empty file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/Data_step1/This is an empty file.txt -------------------------------------------------------------------------------- /Model_weight/weight_bcdunet_v2.hdf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/Model_weight/weight_bcdunet_v2.hdf5 -------------------------------------------------------------------------------- /Model_weight/weight_cnn_CovidCtNet_v2_final.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/Model_weight/weight_cnn_CovidCtNet_v2_final.h5 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/README.md -------------------------------------------------------------------------------- /images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/images/Thumbs.db -------------------------------------------------------------------------------- /images/image_2020-04-26_14-48-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/images/image_2020-04-26_14-48-21.png -------------------------------------------------------------------------------- /preprocessed/ct-normal-slices-test/This is an empty file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/preprocessed/ct-normal-slices-test/This is an empty file.txt -------------------------------------------------------------------------------- /preprocessed/ct-normal-slices-train/This is an empty file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/preprocessed/ct-normal-slices-train/This is an empty file.txt -------------------------------------------------------------------------------- /preprocessed/ct-pixels-test/This is an empty file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/preprocessed/ct-pixels-test/This is an empty file.txt -------------------------------------------------------------------------------- /preprocessed/ct-pixels-train/This is an empty file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohofar/CovidCtNet/HEAD/preprocessed/ct-pixels-train/This is an empty file.txt --------------------------------------------------------------------------------