Git Product home page Git Product logo

lime-cam-pytorch's Introduction

lime-cam-pytorch

Pytorch implementation of LIME-CAM (LIME-based variant of CAM) and Grad-CAM

Dependencies

  • Python 2.7
  • Numpy
  • pytorch 0.4.0
  • torchvision 0.2.1
  • opencv
  • sklearn

Usage

python main.py --help
  • --image_path: a path to an image (required)
  • --result_path: a path to the explanation result (default: results/result_{method}_{class}.png)
  • --model: a model name from torchvision.models, e.g., 'vgg16' (default: vgg16)
  • --method: a method to generate the explanation e.g., 'limecam, 'gradcam' (required)
  • --no_cuda: disables GPU usage

References

[1] R. R. Selvaraju, A. Das, R. Vedantam, M. Cogswell, D. Parikh, and D. Batra. "Grad-CAM: Visual Explanations from Deep Networks via Gradient-based Localization". arXiv, 2016
[2] M. T. Riberio, S. Singh, and C. Guestrin. ""Why should I Trust You?": Explaining the Predictions of Any Classifier". arXiv, 2016

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.