-
Notifications
You must be signed in to change notification settings - Fork 211
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
Use #2
Comments
@victorca25 do you have solved the problem? |
@wuxiaolianggit nope |
I also have this question, what does non-blind SISR mean? |
@MollyDai @victorca25 I think this methods need label to predict, which means it's just overfit... without training labels (kernel file), the blur image not exist in training set result comes very bad |
@MollyDai Non-blind SISR algorithms assume you already know the blur kernel, and they normally use this information for doing the Super-Resolution step. |
Is there any kernel estimation code for us to generate our own .mat file? |
Or any alternative to the .mat files |
How could I generate the .mat files of my own images? |
I've found some kernel estimation codes but they need both the original image and the blurred image. What if i only have the low quality image? |
I've found some kernel estimation codes: https://github.com/rgbitx/image_deblur_code |
I have not yet fully understood the project. I have to look more throughly and carefully into it. But I found that the degradation kernels are given. There are commented instructions on the code saying that you can generate your own kernels OR you can download the .mat files (kernels) here. |
@alsombra In short, the author just using training samples (exactly training ones) to predict result. Which we can also called: overfit. You can not predict on a random natural blurred image and rescale it up. |
|
I download it, these kernels are only needed for testing. I think. |
How can I test with my own images? It's not clear to me how it's useful without the matlab files
The text was updated successfully, but these errors were encountered: