-
Notifications
You must be signed in to change notification settings - Fork 352
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
Upscaling a LR 512px image to 1k or 2k resolution (Factor of 2x or 4x) #59
Comments
In #19 the discussion was mainly about how to reproduce downgrading as done in the DIV2K dataset. Technically, you can feed the pre-trained models with whatever LR image you like but the quality of the SR image generated with the pre-trained models will depend on how the LR image was obtained.
If your LR images have been obtained with a bicubic downgrading function you'll likely get useful results with the pre-trained models. If your LR images have been obtained with a significantly different downgrading function (for example, by taking images with a low-quality mobile phone plus applying strong JPEG compression) you probably want to re-train the models with a different downgrading function. The |
Thanks a lot for a quick reply. |
So I tried upscaling a 512X512 to 2048X2048 image. There were couple of problems.
|
This is with respect to Issue #19 . In there you have answered that to evaluate an image other than one from Div2K validation set, we need to downscale. So is it not at all possible to work with varied Low-res images like upscaling a 1080p to 2k or 512p to 1k etc?
The text was updated successfully, but these errors were encountered: