Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

zhanghang1989/visualResNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visualResNet

Curious about where is the ResNet looking at? This repo visualizes the class specific saliency map or discriminative location. It is MatConvNet re-implementation of Learning Deep Features for Discriminative Localization, Bolei Zhou et. al., without modifying the network or re-training. We look directly through the ResNet to see the world.

I have stopped maintaining this repo. If you are interested, please visit our Torch implementation.

Get Started

  • The code relies on vlfeat, and matconvnet, which should be downloaded and built before running the experiments. You can use the following commend to download them.
git clone --recurse-submodules https://github.com/zhanghang1989/visualResNet.git

If you have problem with compiling, please refer to the link.

  • Run the progrem form Matlab:
demo
  • Visualize Multiple Images:
visual('data', 'path/to/your/files', 'num', 30)

Examples

Releases

No releases published

Packages

No packages published

Languages