Skip to content

tsurumeso/chainer-desalinet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chainer-desalinet

Chainer implementation of DeConvNet [1] and DeSaliNet [2]. These are the technics that visualize feature maps of each layers of convolutional networks. Currently, this implementation supports VGGNet and AlexNet.

Summary

Input conv5 fc8
DeConvNet
DeSaliNet

Requirements

  • Chainer
  • CuPy (for GPU support)
  • OpenCV

Usage

DeConvNet

python run.py --input images/bird.png --arch alex --gpu 0
python run.py --input images/bird.png --arch vgg --gpu 0

DeSaliNet

python run.py --input images/bird.png --arch alex --mask --gpu 0
python run.py --input images/bird.png --arch vgg --mask --gpu 0

References

About

Chainer implementation of DeSaliNet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages