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

quetion about testing #43

Closed pyl62112991 closed 4 years ago

pyl62112991 commented 4 years ago

I used my own test picture and the pre-processing model provided by the author for testing but failed,could you help me see this question. 图片

shreya2000 commented 4 years ago

I used my own test picture and the pre-processing model provided by the author for testing but failed,could you help me see this question. 图片

Hey , did you find solution for this ? If yes, can you please help me out? i'm getting the same problem. Thanks in advance.

jiangsutx commented 4 years ago

I think this is related to your image's resolution.

Note that we have downsample and upsample in the network for multiple times. The width and height for images should be multiples of 16 (as I remembder).

You can crop or pad a little, then you can get correct results.