-
Notifications
You must be signed in to change notification settings - Fork 40
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
Slight color(chroma) brightness change #13
Comments
Hello, thanks for the proposed issue! From my observation, the brightness change is hard to distinguish, maybe just because the restored image is cleaner so looks different. On the other hand, blind jpeg image restoration is inherently an inverse problem, which means that for the same content in a compressed image, it can come from different uncompressed image by setting different quality factors. To eliminate this ambiguity, we learn prior knowledge from training data, but there must be difference of data distribution between training and testing images. So if you want to have better results on anime images, the best way is to directly train or finetune the model with anime images (I only use |
Thank you for your reply :)
That make sense, I think In my test, I think I plan implement input jpeg decode to uint16 and convert to float32 tensor, I think use |
Hello @jiaxi-jiang, Sorry to bother you,
I test some non-photo content jpeg(2d drawing),
high
FBCNN
QF
can preserve detail and noise,but I notice some area have slight color(chroma) brightness change.
In this case,
FBCNN
QF 70
have slight brightness change on dark red area(red circle),could you teach me how to improve color accurate for non-photo content?
original image (jpeg q75 420),
png 8 bit depth (
FBCNN
QF 70
)Other sample(QF 30,50,70)
The text was updated successfully, but these errors were encountered: