alterzero / DBPN-Pytorch

The project is an official implement of our CVPR2018 paper "Deep Back-Projection Networks for Super-Resolution" (Winner of NTIRE2018 and PIRM2018)
https://alterzero.github.io/projects/DBPN.html
MIT License
565 stars 164 forks source link

Code for Recurrent Back-Projection Network for Video Super-Resolution #33

Closed ankit-ai closed 5 years ago

ankit-ai commented 5 years ago

Wanted to know if you can make the code for Recurrent Back-Projection Network for Video Super-Resolution available, I would like to compare it with our method and offer a citation.

Thanks, Ankit

alterzero commented 5 years ago

The code is available https://github.com/alterzero/RBPN-PyTorch Thanks for your interest in our work

ankit-ai commented 5 years ago

Thanks for your prompt response, are there external scripts used to calculate average PSNR and SSMI to reproduce the numbers in the paper?

alterzero commented 5 years ago

Yes, I use MATLAB to calculate both PSNR and SSIM. I will upload the script soon