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

Quality diffenrences between jpg/png using deblurring #36

Open
Birkenpapier opened this issue Dec 26, 2022 · 0 comments
Open

Quality diffenrences between jpg/png using deblurring #36

Birkenpapier opened this issue Dec 26, 2022 · 0 comments

Comments

@Birkenpapier
Copy link

Birkenpapier commented Dec 26, 2022

Hello everyone who participated in this project!
First of all I want to say that this is a wonderful project which compresses several of mine favorite low level image processing algorithms.

Nevertheless I've witnessed severe quality differences in the results of the deblurring inference.
I've downloaded and used your pretrained checkpoints based on the GoPro dataset.
Using your sample images in the deblurring folder working perfectly fine!
However using samples with motion blur which are encoded as JPG the quality drops massively.
Here are the examples:

ORIGINAL JPG:
ORIGINAL JPG
INFERRED PNG:
INFERRED PNG

INFERRED PNG BASED ON PNG:
INFERRED PNG BASED ON PNG
INFERRED PNG BASED ON JPG:
INFERRED PNG BASED ON JPG

There were also changes needed to convert the images prior before inference to PNG because otherwise the saved image will be corrupted.
Would somebody smarter than me please elaborate why this is happening and how I could fix it?

Thank you very much in advance!

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

1 participant