Skip to content

froggydisk/CAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published