lindawangg / COVID-Net

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

Issue related to Confidence score in Inference.py #34

Closed sanjaykhobragade closed 4 years ago

sanjaykhobragade commented 4 years ago

The below recent commit in Inference.py file is missing "Covid-19". "Normal" is showing twice.

print('Confidence') print('Normal: {:.3f}, Pneumonia: {:.3f}, Normal: {:.3f}'.format(pred[0][0], pred[0][1], pred[0][2]))

lindawangg commented 4 years ago

Fixed.