Awesome
SCN_Matlab
This is a reimplementation of SCN-SR (original) in Matlab. And I forked the original code of [1] in "python_iccv".
Instruction
Demo_SR : a simple demo.
Demo_SR_Conv: another simple demo implemented all by convolution operations. Convolution operations can help you understand the network structure in [1].
Test Code Dependencies
Matlab
MatConvNet for Demo_SR_Conv.
Please cite [1] if you use this code in your work, thank you!
- [1] Zhaowen Wang, Ding Liu, Wei Han, Jianchao Yang and Thomas S. Huang, Deep Networks for Image Super-Resolution with Sparse Prior. International Conference on Computer Vision (ICCV), 2015 (accepted)