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

Downsampling after alignment #7

Open
tristan-mcrae-rochester opened this issue Aug 5, 2019 · 3 comments
Open

Downsampling after alignment #7

tristan-mcrae-rochester opened this issue Aug 5, 2019 · 3 comments

Comments

@tristan-mcrae-rochester
Copy link

After you align the interpolated LR image with the HR ground truth image, what method of downsampling do you use to get the low resolution inputs down to 1/4 the resolution of the high resolution outputs as required by the SRGAN architecture?

@ngchc
Copy link
Owner

ngchc commented Aug 9, 2019

We adopt the bicubic method for interpolation as described in our paper. To adapt the dataset with SRGAN, we still adopt it for re-sampling. Generally, for SR methods pursuing the perceptual quality, it is not a mandatory requirement to feed inputs in low-resolution format.

@suke27
Copy link

suke27 commented Aug 9, 2019

as you said, you have HR result, and downsample using you methods. in you experiment, you may upsample the downsample images firstly, then do restruct using deeplearning model. am i right?

@ngchc
Copy link
Owner

ngchc commented Aug 9, 2019

@suke27 Hi. I am not quite sure if I have got your meaning. In the test phase, given an input image, a pre-interpolation (i.e., bicubic) is needed for VDSR while not for SRGAN. In the training phase, a re-sampling on the provided dataset is needed for SRGAN while not for VDSR.

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