Home

Awesome

MsDNN

This is an official implementation of "Multi-scale deep neural networks for real image super-resolution" via TensorFlow

Dependencies

Illustration

Quick test

Commands of getting high-resolution images:

python2 msdnn_demo.py

After executing the above command, there will exist a folder MsDNN/RealSR/Test_HR, which is the super-resolution of testing dataset.

Citation

If you find our work useful in your research or publication, please cite our work:

[1] Shangqi Gao, and Xiahai Zhuang, "Multi-scale deep neural networks for real image super-resolution", CVPR Workshops, 2019. [PDF] [arXiv]

@INPROCEEDINGS{msdnn/cvprw/2019, 
  author={S. {Gao} and X. {Zhuang}}, 
  booktitle={2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW)},   
  title={Multi-Scale Deep Neural Networks for Real Image Super-Resolution},   
  year={2019}, 
  pages={2006-2013}
}