All Projects → Cloud-CV → Grad Cam

Cloud-CV / Grad Cam

🌈 📷 Gradient-weighted Class Activation Mapping (Grad-CAM) Demo

Projects that are alternatives of or similar to Grad Cam

Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (+6.59%)
Mutual labels:  cnn, torch
Ios 10 Sampler
Code examples for new APIs of iOS 10.
Stars: ✭ 3,341 (+3571.43%)
Mutual labels:  demo, cnn
Regl Cnn
Digit recognition with Convolutional Neural Networks in WebGL
Stars: ✭ 490 (+438.46%)
Mutual labels:  demo, cnn
Sleepeegnet
SleepEEGNet: Automated Sleep Stage Scoring with Sequence to Sequence Deep Learning Approach
Stars: ✭ 89 (-2.2%)
Mutual labels:  cnn
End To End Sequence Labeling Via Bi Directional Lstm Cnns Crf Tutorial
Tutorial for End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF
Stars: ✭ 87 (-4.4%)
Mutual labels:  cnn
Beauty.torch
Understanding facial beauty with deep learning.
Stars: ✭ 90 (-1.1%)
Mutual labels:  torch
Geo Deep Learning
Deep learning applied to georeferenced datasets
Stars: ✭ 91 (+0%)
Mutual labels:  cnn
Preact Todomvc
💣 TodoMVC done in Preact. Under 6kb and fast.
Stars: ✭ 88 (-3.3%)
Mutual labels:  demo
Toptal Recommengine
Prototype recommendation engine built to accompany an article on Toptal Blog
Stars: ✭ 90 (-1.1%)
Mutual labels:  demo
Cnn intent classification
CNN for intent classification task in a Chatbot
Stars: ✭ 90 (-1.1%)
Mutual labels:  cnn
Snail Pytorch
Implementation of "A Simple Neural Attentive Meta-Learner" (SNAIL, https://arxiv.org/pdf/1707.03141.pdf) in PyTorch
Stars: ✭ 90 (-1.1%)
Mutual labels:  cnn
12306 captcha
基于深度学习识别12306验证码
Stars: ✭ 89 (-2.2%)
Mutual labels:  cnn
Fast Autoaugment
Official Implementation of 'Fast AutoAugment' in PyTorch.
Stars: ✭ 1,297 (+1325.27%)
Mutual labels:  cnn
Godot Demos
Godot demos and tutorials
Stars: ✭ 88 (-3.3%)
Mutual labels:  demo
Csgoverview
A 2D demo replay tool for Counter Strike: Global Offensive.
Stars: ✭ 88 (-3.3%)
Mutual labels:  demo
Wb color augmenter
WB color augmenter improves the accuracy of image classification and image semantic segmentation methods by emulating different WB effects (ICCV 2019) [Python & Matlab].
Stars: ✭ 89 (-2.2%)
Mutual labels:  cnn
Sky Shader
☀️ WebGL sky and sun shader editor
Stars: ✭ 90 (-1.1%)
Mutual labels:  demo
Deep Dream In Pytorch
Pytorch implementation of the DeepDream computer vision algorithm
Stars: ✭ 90 (-1.1%)
Mutual labels:  torch
Cesium demos
cesium样例库
Stars: ✭ 90 (-1.1%)
Mutual labels:  demo
Cnn lstm for text classify
CNN, LSTM, NBOW, fasttext 中文文本分类
Stars: ✭ 90 (-1.1%)
Mutual labels:  cnn

Grad-CAM: Gradient-weighted Class Activation Mapping

Join the chat at https://gitter.im/Cloud-CV/Grad-CAM

Grad-CAM uses the class-specific gradient information flowing into the final convolutional layer of a CNN to produce a coarse localization map of the important regions in the image. It is a novel technique for making CNN more 'transparent' by producing visual explanations i.e visualizations showing what evidence in the image supports a prediction. You can play with Grad-CAM demonstrations at the following links:

Arxiv Paper Link: https://arxiv.org/abs/1610.02391

Grad-CAM VQA Demo: http://gradcam.cloudcv.org/vqa

Imgur

Grad-CAM Classification Demo: http://gradcam.cloudcv.org/classification

Imgur

Grad-CAM Captioning Demo: http://gradcam.cloudcv.org/captioning

Imgur

Installing / Getting started

We use RabbitMQ to queue the submitted jobs. Also, we use Redis as backend for realtime communication using websockets.

All the instructions for setting Grad-CAM from scratch can be found here

Note: For best results, its recommended to run the Grad-CAM demo on GPU enabled machines.

Interested in Contributing?

Cloud-CV always welcomes new contributors to learn the new cutting edge technologies. If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

if you have more questions about the project, then you can talk to us on our Gitter Channel.

Acknowledgements

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].