csdwren / SelfDeblur

Neural Blind Deconvolution Using Deep Priors (CVPR 2020)
340 stars 68 forks source link

Possible mismatch for examples from Lai's dataset #6

Closed ysnan closed 4 years ago

ysnan commented 4 years ago

Thank you for your inspiring work! I just report a possible mismatch when running the released code.

I tried to run selfdeblur_lai.py to deblur images from Lai's dataset. However, I can not produce meaningful results for certain images like manmade_01_kernel_03.png and manmade_01_kernel_04.png by default settings. I guess there are some mismatches between the uploaded code for Lai's dataset and the deblurred results you provided.

Here are my workflows for your reference. I downloaded your data blurry/lai and transfer all images of this folder to YCbCr color space. Then I run that code by input only Y channel. It can generate good results for manmade_01_kernel_01.png and manmade_01_kernel_02.png, but it failed for larger kernels, which do not correspond to the results provided.

Please refer to the kernel I got for manmade_01_kernel_03 manmade_01_kernel_03_k

Could you please help to check out if there is something wrong? Thank you!

ysnan commented 4 years ago

Oh, I found the reason. That's my fault. Sorry for the inconvenience caused!