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

Allow custom LRs to train on JPEG artifacts, dithering, etc #11

Open
n00mkrad opened this issue Jan 13, 2021 · 3 comments
Open

Allow custom LRs to train on JPEG artifacts, dithering, etc #11

n00mkrad opened this issue Jan 13, 2021 · 3 comments

Comments

@n00mkrad
Copy link

Currently, ESRGAN outperforms SRFlow when it comes to uncompressed upscaling.

And SRFlow can't be trained on JPEGs or other artifacts.

Is it possible to use custom LR images that have been augmented?

@ALLinLLM
Copy link

And SRFlow can't be trained on JPEGs or other artifacts.

Why?

@n00mkrad
Copy link
Author

Why?

Because the dataset preparation script seems to directly use downscaled versions of the HRs, not allowing any manual editing.

@martin-danelljan
Copy link
Collaborator

You can train SRFlow on any kind of LR images, eg with JPEG, noise, etc. Please just modify the data processing pipeline to include the degradations you want.

Regards,
Martin

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