lindawangg / COVID-Net

COVID-Net Open Source Initiative
Other
1.15k stars 480 forks source link

Visual result control #51

Closed AlexandraAMC closed 3 years ago

AlexandraAMC commented 4 years ago

Hello everyone,

I run the inference.py scipt on some "healthy" X ray images but the result was "Covid-19". I would like to check what the network is really classifing. I read in the joint paper that the QSInquire method was used to have a visual control of results. Is the method available ? Does someone know how it works ? Or have an alternative way of visualise the result ?

Thanks,

haydengunraj commented 3 years ago

Hi there,

Researchers and healthcare workers may request access to GSInquire to interpret COVID-Net results on your data or existing data, and contacts for this are listed in the README file.

Alternatively, some users have tried Grad-CAM to visualize the network's predictions. If you want to go that route, have a look at #64 for a discussion of Grad-CAM as applied to COVID-Net.