qinchaopypy / RBPN-PyTorch

The project is an official implement of our CVPR2019 paper "Recurrent Back-Projection Network for Video Super-Resolution"

Home Page:https://alterzero.github.io/projects/RBPN.html

Repository from Github https://github.comqinchaopypy/RBPN-PyTorchRepository from Github https://github.comqinchaopypy/RBPN-PyTorch

Recurrent Back-Projection Network for Video Super-Resolution (CVPR2019)

Project page: https://alterzero.github.io/projects/RBPN.html

Dependencies

Dataset

HOW TO

#Training

   python    main.py    

#Testing

   python    eval.py    

DBPN

Citations

If you find this work useful, please consider citing it.

@inproceedings{RBPN2019,
  title={Recurrent Back-Projection Network for Video Super-Resolution},
  author={Haris, Muhammad and Shakhnarovich, Greg and Ukita, Norimichi},
  booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  year={2019}
}

About

The project is an official implement of our CVPR2019 paper "Recurrent Back-Projection Network for Video Super-Resolution"

https://alterzero.github.io/projects/RBPN.html

License:MIT License


Languages

Language:Python 100.0%