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
Could you please help to check out if there is something wrong? Thank you!
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 likemanmade_01_kernel_03.png
andmanmade_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 formanmade_01_kernel_01.png
andmanmade_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
Could you please help to check out if there is something wrong? Thank you!