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

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...

dependencies

## Description * Whether [train_COVIDx9A.txt](https://github.com/lindawangg/COVID-Net/blob/master/labels/train_COVIDx9A.txt) is consistent with the dataset COVIDx CXR-2 (https://www.kaggle.com/andyczhao/covidx-cxr2?select=competition_test)? ## Steps to Reproduce 1. Downloads the dataset COVIDx CXR-2 from https://www.kaggle.com/andyczhao/covidx-cxr2?select=competition_test 2. Downloads the labels train_COVIDx9A.txt...

# how to run train_risknet.py ## Description I download the project, but I can't run it ![image](https://user-images.githubusercontent.com/109069979/178241279-c053077e-3147-4058-bf7d-7727451a877d.png) I do not know how to run it

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [notebook](http://jupyter.org) from 6.1.4 to 6.4.12. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=notebook&package-manager=pip&previous-version=6.1.4&new-version=6.4.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

# Pull Request Template ## Description Add cleaned CXR-3 label files, update README and COVIDx docs. ## Context of change Please add options that are relevant and mark any boxes...

Hello, I was wondering if the current model implementation (COVID-Net-CXR-3) can be trained from scratch ("train_tf.py") using other data sources, or is it designed to work only with the COVIDx...

when I run the COVIDnet-CXR4-A on these parameters: python train_tf.py --weightspath models/COVIDNet-CXR4-A --metaname model.meta --ckptname model-18540 --n_classes 3 --trainfile labels/train_COVIDx8A.txt --testfile labels/test_COVIDx8A.txt --out_tensorname norm_dense_1/Softmax:0 --logit_tensorname norm_dense_1/MatMul:0 --epochs 1 I have...

Yeah, latest master branch did work. I'm so sorry for replying this late. _Originally posted by @baranaldemir in https://github.com/lindawangg/COVID-Net/issues/173#issuecomment-863171209_ Hi Baran, I have the same error, I'm trying to run...

installed library version: tensorflow==1.15.0 cv==4.20 python==3.6.13 ## Description ## Steps to Reproduce tried: python train_tf.py \ --weightspath COVID-Net/COVIDNet-CXR4-A \ --metaname model.meta \ --ckptname model-18540 \ --n_classes 3 \ --trainfile COVID-Net/train_split_new.txt...