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

which downsampling method do you use to generate the LR image from the testing image? #18

Open
DanChen001 opened this issue Jan 8, 2020 · 1 comment

Comments

@DanChen001
Copy link

Hi, thank you for sharing the code.

which downsampling method do you use to generate the LR image from the testing image?

@assafshocher
Copy link
Owner

We have several separate cases.
It is important that the downscaling method will be the correct one (= approximately the one by which the test image was downscaled from the theoretic ground-truth image [that may not exist]).
For the ideal case (= we have prior knowledge that the correct downscaling is bicubic), we just use bicubic downscaling.
For the non-ideal case we use a given input-kernel.
(for unknown kernel we need to first estimate the kernel, for example using our method KernelGAN: https://github.com/sefibk/KernelGAN).

An example for test-data generation for blind SR can be found here: https://github.com/assafshocher/BlindSR_dataset_generator

It depend whether you want to original data used

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

2 participants