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
566 stars 164 forks source link

Can DBPN support 3x factor? #41

Closed splinter21 closed 3 years ago

splinter21 commented 5 years ago

e.g. elif scale_factor == 3: kernel = 5 stride = 3 padding = 1