mariolew / caffe-unpooling

Caffe with unpooling layers and example usage.
Other
18 stars 11 forks source link

caffe-unpooling

Caffe with unpooling layers and example usage.

Example usage

First, you need to prepare a deploy file. Please refer to examples/deconv_deploy.prototxt for detail.

Then, you can use python to see what exactly happened in your network. Please refer to examples/unpooling.ipynb and examples/deconv-vgg.ipynb for detail.

Hope you have fun!

Please feel free to raise an issue when you have trouble using caffe-unpooling!