COVID-Net icon indicating copy to clipboard operation
COVID-Net copied to clipboard

COVID-Net Open Source Initiative

Results 46 COVID-Net issues
Sort by recently updated
recently updated
newest added

Quick question before give the details: Is the COVIDNet-CXR-2 model trained already? Im asking you guys because I trained the model on Kaggle for 3 epochs and the loss seems...

while I'm running the code, I got this error: Output: ./output/COVIDNet-lr0.0002 13992 16490 Saved baseline checkpoint Baseline eval: [[194. 6.] [ 9. 191.]] Sens Negative: 0.970, Positive: 0.955 PPV Negative:...

## Description Only return 1 class when finetuning COVIDNet and the loss is exploded. ## Steps to Reproduce I downloaded the COVIDx4 Dataset and tried training COVIDNet with COVIDx4 dataset....

these lines seem to be meant to discard certain patients in the sirm dataset from the COVIDx dataset discard = ['100', '101', '102', '103', '104', '105', '110', '111', '112', '113',...

## Unable to load saved model Unable to load saved model. ## Steps to Reproduce 1. First step ``` import tensorflow.compat.v1 as tf # version 2.3.1 tf.enable_resource_variables() tf.disable_v2_behavior() ``` 2....

I don’t see any training steps in the train_tf.py file under the main branch. How is the network updated? What if I want to modify the size of the input...

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...

Hi, where do I find the pretrained models for COVIDNETx5. Thanks for help best regards Joachim Mollin

Is there a way to load the weights in tf2?

I have 3 questions if you don't mind. 1. https://www.kaggle.com/tawsifurrahman/covid19-radiography-database this dataset doesn't have any metadata file right now can you please provide it? 2. As far as I understand...