SelfDeblur icon indicating copy to clipboard operation
SelfDeblur copied to clipboard

test

Open yinglili666 opened this issue 5 years ago • 6 comments

how to do deblur on an image?

yinglili666 avatar Sep 16 '20 07:09 yinglili666

Please refer to https://github.com/csdwren/SelfDeblur/blob/master/selfdeblur_ycbcr.py. You need to provide datapath to test blurry images and blur kernel size.

csdwren avatar Sep 16 '20 13:09 csdwren

Please refer to https://github.com/csdwren/SelfDeblur/blob/master/selfdeblur_ycbcr.py. You need to provide datapath to test blurry images and blur kernel size.

thank you. but my images are real blur, how should I set blur kernel size?

yinglili666 avatar Sep 16 '20 14:09 yinglili666

In existing most deblurring methods, blur kernel size should be tuned. I suggest trying to set it as a large size.

csdwren avatar Sep 16 '20 14:09 csdwren

In existing most deblurring methods, blur kernel size should be tuned. I suggest trying to set it as a large size. I would also like to ask about the time cost of this algorithm. It seems that it takes several minutes to calculate a picture. Where is the problem with my operation that leads to such a long processing time

yinglili666 avatar Sep 17 '20 01:09 yinglili666

Given an image, this method optimizes two deep generators from scratch. Thus it takes long time, which is the main disadvantage of this method.

csdwren avatar Sep 17 '20 01:09 csdwren

@csdwren So, this method is not applicable in industry applications right?

CaptainEven avatar Jun 03 '21 09:06 CaptainEven