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

The details of "--model=gray" #37

Closed oobbppoo closed 5 years ago

oobbppoo commented 5 years ago

Hi, in the README text, you said "--model=gray: According to our further experiments after paper acceptance, we are able to get a slightly better model by tuning parameters, even without LSTM. This model should produce visually sharper and quantitatively better results.". Could you please tell me the details of this model? What's the difference from the accepted paper?

jiangsutx commented 5 years ago

We just removed the LSTM module. Other parts are the same. You can refer to our source code for more details.