lindawangg / COVID-Net

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

Labels for 1579 test images #85

Open gfitzgerald42 opened 4 years ago

gfitzgerald42 commented 4 years ago

Hello everyone. There are 1579 images in the test folder; however, only 300 of these images have labels in the test_COVIDx.txt files. Is there additional information somewhere on the rest of these images in the test folder?

Electro1111 commented 3 years ago

I have the same question

mhmdsab commented 3 years ago

After some investigations, I found that all the images in test_COVIDx.txt are all present in the test_split.txt of 1579 images. most probably the test_split.txt is the general 10% split of the data, but to test class balance, equal proportions of each class (100 images * 3 classes) are used for testing. which are found in the test_COVIDx.txt file

jaideep11061982 commented 3 years ago

@mhmdsab are the model listed in https://github.com/lindawangg/COVID-Net/blob/master/docs/models.md

are three class model (Normal/P/Covid) or 2 class model ( Covid/No covid)