Giter Site home page Giter Site logo

deepcovid's People

Contributors

shervinmin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

deepcovid's Issues

Val file is not included in the Dataset provided

FileNotFoundError: [WinError 3] The system cannot find the path specified: './data/val'

Since Val folder is not included in the provided dataset, the program practically fails to go ahead from the building stage.
Do update the dataset with a valid Val folder.

FileNotFoundError: [Errno 2] No such file or directory: './data/val'

The dataset does not have a validation split, however the training code in ResNet18_train.py uses it.
Please share the validation split so that the results can be reproduced.
Following code
$ python ResNet18_train.py --dataset_path ./data/ --batch_size 20 --epoch 50 --num_workers 4 --learning_rate 0.001

gives following error.

Traceback (most recent call last): File "ResNet18_train.py", line 59, in <module> image_datasets = {x: datasets.ImageFolder(os.path.join(data_dir, x), File "ResNet18_train.py", line 59, in <dictcomp> image_datasets = {x: datasets.ImageFolder(os.path.join(data_dir, x), File "/Library/Python/3.8/site-packages/torchvision/datasets/folder.py", line 226, in __init__ super(ImageFolder, self).__init__(root, loader, IMG_EXTENSIONS if is_valid_file is None else None, File "/Library/Python/3.8/site-packages/torchvision/datasets/folder.py", line 108, in __init__ classes, class_to_idx = self._find_classes(self.root) File "/Library/Python/3.8/site-packages/torchvision/datasets/folder.py", line 137, in _find_classes classes = [d.name for d in os.scandir(dir) if d.is_dir()] FileNotFoundError: [Errno 2] No such file or directory: './data/val'

about

Hi Shervin,

Could you have update the code about squeezeNet and DenseNet, and the inference.py didn't run the right results, sad....

With Regards

AssertionError - inference.py

Number of manager items must equal union of block items

manager items: 2, # tot_items: 0

How to solve this error?

Inference predicting everything as non-covid

Hi Shervin,

I have tried to execute the same code, but the code is predicting every image as a non-covid one, when I test on the test-covid images. Could you please help me to resolve the issue.

With Regards,
Aparna Reji

Pre-trained models?

Could you please share some pre-trained networks, to test the algorithms directly? Thanks.

Dataset Incomplete

Hi. The number of images per category in the provided link (to download the dataset) doesn't match with the statistics in table 1 of your paper.

For the training set, Non-COVID images should be 3000 but in the provided link it is 580 images. Please upload the complete dataset.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.