Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #13

Open
yinglili666 opened this issue Sep 16, 2020 · 6 comments
Open

test #13

yinglili666 opened this issue Sep 16, 2020 · 6 comments

Comments

@yinglili666
Copy link

how to do deblur on an image?

@csdwren
Copy link
Owner

csdwren commented Sep 16, 2020

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.

@yinglili666
Copy link
Author

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?

@csdwren
Copy link
Owner

csdwren commented Sep 16, 2020

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

@yinglili666
Copy link
Author

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

@csdwren
Copy link
Owner

csdwren commented Sep 17, 2020

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

@CaptainEven
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants