jac578 / Gabor_CNN_PyTorch

WACV2018/TIP: Gabor Convolutional Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WACV2018/TIP: Gabor Convolutional Networks

Official PyTorch 1.0 implementation of Gabor CNN. But all the results in the paper are based on Torch 7. These two implementations are sharing the same infrastructure level code.

Requirements

Install

git clone https://github.com/jxgu1016/Gabor_CNN_PyTorch
cd Gabor_CNN_PyTorch
sh install.sh

Run MNIST demo

cd demo
python main.py --model gcn (--gpu 0)

Please cite:

@article{GaborCNNs, title={Gabor Convolutional Networks}, author={Luan, Shangzhen and chen, chen and Zhang, Baochang* and Han, jungong and Liu, Jianzhuang}, year={2018}, IEEE Trans. Image processing. }

About

WACV2018/TIP: Gabor Convolutional Networks

License:MIT License


Languages

Language:Python 36.3%Language:C++ 31.8%Language:Cuda 31.1%Language:Shell 0.8%