/SubPixel

This is an attempt to port the SubPixel layer from Tensorflow as a Caffe Layer

Primary LanguagePython

SubPixel - A caffe implementation of this

Instructions

- Paste the Layer file in the python folder of caffe
- Follow the instructions inside the test script. (meant to be run inside ipython)
- An example usage prototxt is also given.

Warning

This is my attempt at porting the code in tensorflow to caffe. I might have made mistakes. Please do let me know if any. A test script is also provided to play around. I haven't used it in any training yet. I just finished writing this. Will update on progress