kgl-prml / DBPN-Pytorch

Deep Back-Projection Networks for Super-Resolution

Home Page:http://www.toyota-ti.ac.jp/Lab/Denshi/iim/members/muhammad.haris/projects/DBPN.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBPN-PyTorch

Deep Back-Projection Networks for Super-Resolution (to appear in CVPR2018)

Project page: http://www.toyota-ti.ac.jp/Lab/Denshi/iim/members/muhammad.haris/projects/DBPN.html

Pretrained models can be downloaded from this link! https://drive.google.com/drive/folders/1ahbeoEHkjxoo4NV1wReOmpoRWbl448z-?usp=sharing

It contains 4 files: (1) DBPN_x2.pth, (2) DBPN_x4.pth, (3) DBPN_x8.pth are from the original architecture (CVPR2018).

(4) NTIRE2018_x8.pth is used for NTIRE2018 competition (Track 1: Classic Bicubic x8)

We also provide original Caffe implementation

##########HOW TO##########

#Training

   python3    main.py    

#Testing

   python3    eval.py    

DBPN

Citations

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

@inproceedings{DBPN2018,
  title={Deep Back-Projection Networks for Super-Resolution},
  author={Haris, Muhammad and Shakhnarovich, Greg and Ukita, Norimichi},
  booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  year={2018}
}

About

Deep Back-Projection Networks for Super-Resolution

http://www.toyota-ti.ac.jp/Lab/Denshi/iim/members/muhammad.haris/projects/DBPN.html


Languages

Language:Python 100.0%