Skip to the content.

Kaggle: COVID-19 Detection

CI complete testing Code formatting codecov pre-commit.ci status

In this competition, you’ll identify and localize COVID-19 abnormalities on chest radiographs. In particular, you’ll categorize the radiographs as negative for pneumonia or typical, indeterminate, or atypical for COVID-19. Organizers provided dataset - imaging data and annotations from a group of radiologists.

Sample images

In other words the task to solve is image classification accompanied by attention

Label distribution

Experimentation

install this tooling

A simple way how to use this basic functions:

! pip install https://github.com/Borda/kaggle_COVID-detection/archive/main.zip

see local notebook

run notebooks in Kaggle

some results

Training progress with ResNet50 with training for 50 epochs:

Training process Training process