jiangsutx / SRN-Deblur

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

Hello, can I reduce the running time by reducing the n_levels value during the test? #22

Open alwaysSherry opened 5 years ago

alwaysSherry commented 5 years ago

I found the network processed three images with different sizes (0.25, 0.5, 1) during the test. Can I modify n_levels = 1 and only process the last original size image? Is that reasonable? I made a modification but found the result was not deblur compare with previous.