All Projects → alexisbcook → Resnetcam Keras

alexisbcook / Resnetcam Keras

Licence: mit
Keras implementation of a ResNet-CAM model

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Resnetcam Keras

Keras transfer cifar10
Object classification with CIFAR-10 using transfer learning
Stars: ✭ 120 (-55.39%)
Mutual labels:  classification, cnn, image-classification, cnn-keras, keras-models, cnn-model
Pytorch Image Classification
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
Stars: ✭ 272 (+1.12%)
Mutual labels:  cnn, image-classification, resnet
Pytorch2keras
PyTorch to Keras model convertor
Stars: ✭ 676 (+151.3%)
Mutual labels:  resnet, keras-tensorflow, keras-models
Iresnet
Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
Stars: ✭ 163 (-39.41%)
Mutual labels:  cnn, image-classification, resnet
dl-relu
Deep Learning using Rectified Linear Units (ReLU)
Stars: ✭ 20 (-92.57%)
Mutual labels:  classification, keras-models, keras-tensorflow
Segmentation models
Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
Stars: ✭ 3,575 (+1229%)
Mutual labels:  resnet, keras-tensorflow, keras-models
Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (-48.33%)
Mutual labels:  cnn, image-classification, cnn-keras
Pytorch classification
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
Stars: ✭ 395 (+46.84%)
Mutual labels:  cnn, image-classification, resnet
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (-27.51%)
Mutual labels:  cnn, image-classification, resnet
Rmdl
RMDL: Random Multimodel Deep Learning for Classification
Stars: ✭ 375 (+39.41%)
Mutual labels:  classification, cnn, image-classification
pytorch2keras
PyTorch to Keras model convertor
Stars: ✭ 788 (+192.94%)
Mutual labels:  resnet, keras-models, keras-tensorflow
Vincent Ai Artist
Style transfer using deep convolutional neural nets
Stars: ✭ 176 (-34.57%)
Mutual labels:  cnn, cnn-keras, cnn-model
Deep Music Genre Classification
🎵 Using Deep Learning to Categorize Music as Time Progresses Through Spectrogram Analysis
Stars: ✭ 23 (-91.45%)
Mutual labels:  classification, cnn, keras-tensorflow
Transfer Learning Suite
Transfer Learning Suite in Keras. Perform transfer learning using any built-in Keras image classification model easily!
Stars: ✭ 212 (-21.19%)
Mutual labels:  classification, cnn, image-classification
pigallery
PiGallery: AI-powered Self-hosted Secure Multi-user Image Gallery and Detailed Image analysis using Machine Learning, EXIF Parsing and Geo Tagging
Stars: ✭ 35 (-86.99%)
Mutual labels:  image-classification, image-analysis
deforestation
A machine learning exercise, using KNN to classify deforested areas
Stars: ✭ 26 (-90.33%)
Mutual labels:  image-classification, image-analysis
neuralBlack
A Multi-Class Brain Tumor Classifier using Convolutional Neural Network with 99% Accuracy achieved by applying the method of Transfer Learning using Python and Pytorch Deep Learning Framework
Stars: ✭ 36 (-86.62%)
Mutual labels:  classification, resnet
CNN-Image-Classifier
A Simple Deep Neural Network to classify images made with Keras
Stars: ✭ 65 (-75.84%)
Mutual labels:  image-classification, cnn-keras
GestureAI
RNN(Recurrent Nerural network) model which recognize hand-gestures drawing 5 figures.
Stars: ✭ 20 (-92.57%)
Mutual labels:  keras-models, keras-tensorflow
Facial Expression Recognition Using Cnn
Deep facial expressions recognition using Opencv and Tensorflow. Recognizing facial expressions from images or camera stream
Stars: ✭ 261 (-2.97%)
Mutual labels:  cnn, image-classification

ResNetCAM-keras

Keras implementation of a ResNet-CAM model

Motivation

The original Matlab implementation and paper (for AlexNet, GoogLeNet, and VGG16) can be found here. A Keras implementation of VGG-CAM can be found here.

This implementation is written in Keras and uses ResNet-50, which was not explored in the original paper.

Requirements

  • keras with tensorflow backend (keras version 2.0.0 or later)
  • numpy
  • ast
  • scipy
  • matplotlib
  • opencv3

Usage

git clone https://github.com/alexisbcook/ResNetCAM-keras.git
cd ResNetCAM-keras
python ResNet_CAM.py images/dog.png

Feel free to try out your own image by replacing images/dog.png with a file path to another image! :)

Example plots

Dog Localization

Blog Post

This repository is discussed in the blog post here.

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].