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

normalization for DBPNITER #51

Open makslevental opened 5 years ago

makslevental commented 5 years ago

why is it that you only normalize using vgg mean/std for DBPNLL and DBPN but not DBPNITER? i can't find anything in the paper about that?