You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
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:
INFERRED PNG:
INFERRED PNG BASED ON PNG:
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!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
INFERRED PNG:
INFERRED PNG BASED ON PNG:
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!
The text was updated successfully, but these errors were encountered: