This is the supplementary repository for the blog post of the same name.
In this repository, we explore the suitability of Imagenet Pretraining for Chast Radiography Images, specifically in the COVID-19 context.
Disclaimer: The pretrained models provided here are intended to be used as reference models that can be built upon and enhanced as new data becomes available. They are currently at a research stage and not yet intended as production-ready models (not meant for direct clinicial diagnosis). Please do not use these models for self-diagnosis and seek help from your local health authorities.
Inspired by the work that came out of University of Waterloo, Canada by Linda Wang and Alexander Wong titled, COVID-Net: A Tailored Deep Convolutional Neural Network Design for Detection of COVID-19 Cases from Chest Radiography Images.
We apply ImageNet pretrained models to the problem to study the suitability.
COVID-Net introduced a chest radiography dataset, called COVIDx. It is comprised of 16,756 chest radiography images across 13,645 patient cases from two open access data repositories. The current COVIDx dataset is constructed by the following open source chest radiography datasets:
- https://github.com/ieee8023/covid-chestxray-dataset
- https://www.kaggle.com/c/rsna-pneumonia-detection-challenge
- DenseNet - covid_fastai_densenet_121_training.ipynb
- Xception - covid_fastai_xception_training.ipynb
Place the models in saved_models folder before running the inference notebooks DenseNet 121 Xception