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

I trained and eval got black images #53

Open 1136831151 opened 4 years ago

1136831151 commented 4 years ago

I trained and eval got black images,why?

ZhizhuoZhang commented 4 years ago

Maybe it's because you set --residual to True during training but False during testing

xmyhhh commented 4 years ago

meet the same problem, @ZhizhuoZhang said a good solution~

wwlCape commented 4 years ago

image image

I get this grid image during testing set5 with pretrain DBPN_x4 model, can you give some advice about that? @xmyhhh @ZhizhuoZhang @alterzero