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

How can you get the kernel? #8

Open
lz666win opened this issue Apr 21, 2020 · 2 comments
Open

How can you get the kernel? #8

lz666win opened this issue Apr 21, 2020 · 2 comments

Comments

@lz666win
Copy link

Nice job for solve the time problem of ZSSR!
I notice you have a kernel in input, for SR problem, kernel is important, but you do not provide any code to get kernel. How can you get the kernel?

@JWSoh
Copy link
Owner

JWSoh commented May 13, 2020

For the synthetic dataset, we have used the ground truth kernel. For real dataset, we have used a kernel estimation algorithm based on MAP framework. Also, you may refer to the very recent one from NeurIPS 2019 "Blind Super-Resolution Kernel Estimation using an Internal-GAN."

@zerodohero
Copy link

For the synthetic dataset, we have used the ground truth kernel. For real dataset, we have used a kernel estimation algorithm based on MAP framework. Also, you may refer to the very recent one from NeurIPS 2019 "Blind Super-Resolution Kernel Estimation using an Internal-GAN."

Your work is very admirable
I estimate blur kernel from the real image, can I directly replace it with kernel.mat and then use it for super-resolution reconstruction of my real image?There are pre-training models in the program, and they correspond to the parameters of the pre-training model generated by different blur kernel respectively. If I use ablur kernel that does not exist in the pre-training, will the results become worse?
Can I use the blur kernel I estimated to retrain the model to get a model corresponding to this blur kernel? Will this improve the results theoretically?

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