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

Use #2

Open
victorca25 opened this issue Apr 12, 2019 · 14 comments
Open

Use #2

victorca25 opened this issue Apr 12, 2019 · 14 comments

Comments

@victorca25
Copy link

How can I test with my own images? It's not clear to me how it's useful without the matlab files

@wuxiaolianggit
Copy link

@victorca25 do you have solved the problem?

@victorca25
Copy link
Author

@wuxiaolianggit nope

@MollyDai
Copy link

I also have this question, what does non-blind SISR mean?

@lucasjinreal
Copy link

@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

@alsombra
Copy link

@MollyDai Non-blind SISR algorithms assume you already know the blur kernel, and they normally use this information for doing the Super-Resolution step.
To use a non-blind SISR model you need to first use some kind of kernel estimation method to determine the blur kernel.

@yuzefang96
Copy link

Is there any kernel estimation code for us to generate our own .mat file?

@victorca25
Copy link
Author

Or any alternative to the .mat files

@magneter
Copy link

How could I generate the .mat files of my own images?

@yuzefang96
Copy link

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?

@oobbppoo
Copy link

oobbppoo commented Apr 23, 2019

Is there any kernel estimation code for us to generate our own .mat file?

I've found some kernel estimation codes: https://github.com/rgbitx/image_deblur_code

@alsombra
Copy link

alsombra commented Apr 23, 2019

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.

@lucasjinreal
Copy link

@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.

@cszn
Copy link
Owner

cszn commented Apr 23, 2019

@cszn cszn pinned this issue Apr 23, 2019
@cszn cszn unpinned this issue Apr 23, 2019
@yuanzhenjie
Copy link

yuanzhenjie commented Apr 24, 2019

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.

I download it, these kernels are only needed for testing. I think.

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

10 participants