froggydisk / CAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CAM

Implementation of Learning Deep Features for Discriminative Localization(paper)

test1 cam1
test2 cam2
test3 cam3
test4 cam4
test5 cam5
test6 cam6

This implementation is a simplified version of original project. The network was made easy to understand.

Usage

This code implements only the main functions of the original project and visually checks their results.
For more detail, please refer to the original project.

Environments

Dataset

  • MNIST
  • CIFAR10

Settings

dataset = 'CIFAR10'
img_size = 32
batch_size = 128
epoch = 5
learning_rate = 0.001

Reference

This repository is influenced by zhoubolei and KangBK0120

About


Languages

Language:Jupyter Notebook 100.0%