jiangsutx / SRN-Deblur

Repository for Scale-recurrent Network for Deep Image Deblurring
http://www.xtao.website/projects/srndeblur/srndeblur_cvpr18.pdf
MIT License
709 stars 184 forks source link

model.genenrator #51

Closed lenalinyajing closed 4 years ago

lenalinyajing commented 4 years ago

In model.generator,I want to ask why put inp_blur,inp_pred together?

jiangsutx commented 4 years ago

inp_blur is the blur image at this scale. inp_pred is the estimated clear image from smaller scale. We want inp_pred to work as a guidance to help recover clear version of inp_blur.