Giter Club home page Giter Club logo

ensemble-pneumonia-detection's Introduction

Welcome to my GitHub Space!

๐Ÿ’ฌ I am Rohit Kundu (he/him/his), a Doctor of Philosophy (Ph.D.) student at the Video Computing Group in the University of California, Riverside, USA working under the supervision of Prof. Amit K. Roy-Chowdhury. I work on low-supervision Deep Learning mainly for Vision-Language applications.

๐Ÿ’ฌ In June 2022, I completed my Bachelors of Engineering (B.E.) degree from Jadavpur University, India, majoring in Electrical Engineering.

๐Ÿ’ฌ Check out my Google Scholar profile for a complete list of my publications.

๐Ÿ’ฌ ResearchGate | ORCiD

๐Ÿ’ฌ For more details, visit my personal homepage: https://rohit-kundu.github.io/

โšก News: โšก

Reach Me:

ensemble-pneumonia-detection's People

Contributors

rohit-kundu avatar

Stargazers

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

Watchers

 avatar

ensemble-pneumonia-detection's Issues

train_labels question

I have some doubts that this code is to store train_labels.csv but use testloader data here

f = open(data_dir+"/train_labels.csv",'w+',newline = '')
writer = csv.writer(f)
for i,data in enumerate(testloader):
  _, labels = data
  sample_fname, _ = testloader.dataset.samples[i]
  sample = sample_fname.split('/')[-1]
  lab = labels.tolist()[0]
  writer.writerow([sample,lab])
f.close()

how you finds heatmaps? no code for it

Hello, Thanks for this code and the paper. I am searching for finding code for the heatmap you create but it's simple code that can only predict and find prob- etc. Any update to add a final version of the code?

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.