Open yinglili666 opened 4 years ago
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.
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?
In existing most deblurring methods, blur kernel size should be tuned. I suggest trying to set it as a large size.
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
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 So, this method is not applicable in industry applications right?
how to do deblur on an image?