Code Monkey home page Code Monkey logo

covid-19's People

Contributors

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

covid-19's Issues

3 classes

HI there,
I was testing your model for the 3 classes using the images you provided...I tested it several times and the best accuracy was 80%... I even got better results using Densenet..

I took random images and from the dataset and set them as validation... am i doing something wrong?

K-Fold Cross Validation

Hi,

I am unable to find the k-fold cross validation code for fastai v1. I have to use it for my research work. Could you please guide through it?

Package versions used to run this code.

I am trying to run this code in 2021, and quite a few things have been updated or changed since this code was originally written. Can someone please tell me the exact package versions or builds on which you were successfully able to run this code.

Test/Validation splits

Hi! Thanks for making the code public and for the great work!
My question is regarding the train/val/test splits in the notebooks. I can see that you create a train/val split:

data = ImageDataBunch.from_folder(path, train="Train", valid ="Valid",
        ds_tfms=get_transforms(), size=(256,256), bs=32, num_workers=4).normalize() 

And then later you do a classification report on the validation split:
probs,targets = learn.get_preds(ds_type=DatasetType.Valid)

Do you have an unseen during training dataset that you compute your metrics on for each fold?

Thanks!

Code not working/Incomplete code

Code not working/Incomplete code for binary classes for covid detection.

The kfold is not done in the code and moreover not able to run the code despite adding.

Changing the code to bug free and complete version would be helpful!

Facing Errors

I'm trying to run this notebook but at start I have installed fastai version 2 after I changed to version 1 but still not working.

Dataset issue

Hi,

I am testing your model, but i am not getting the desired output. I think i am not distributing the data properly in train and valid folders.

Please let me know how you are creating the folder structure and loading the images for train and valid datasets. This is for binary classification

Enquire the RGB images

Hi Muhammed,
Thanks for your paper. It inspires me to develop a research topic on transfer learning of Chest X-rays related to COVID-19.

Since the data you use in this paper are quite suitable for my research, I would like to use the images you collected here. However, transfer learning needs RGB images to be compatible with the pre-trained weight, but some images of your dataset are grey. So I was wondering if you have those images in the RGB version, or would you have any suggestions for me to do image processing?

It would be appreciated if I could have your suggestions.
Rita

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.