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

Pink pixels #8

Closed
calebhemara opened this issue Mar 1, 2023 · 3 comments
Closed

Pink pixels #8

calebhemara opened this issue Mar 1, 2023 · 3 comments

Comments

@calebhemara
Copy link

Hey! Great repo. Any idea why i'm getting pink pixels? Is this something you've seen? I have made decent modifications to simplify the inference for my project, but I can't see what I've done that could result in the pink artefacts. Thanks!

IMG_8687-out
IMG_8687

@onpix
Copy link
Owner

onpix commented Mar 5, 2023

Thanks for your feedback! Could you provide more details? e.g., Do you use our pretrained model or retrained on your dataset? And what does the input image looks like?

@calebhemara
Copy link
Author

Thanks for your response!

I am using your pre-trained model to solve this before I train on my own data. The above is the input and output respectively, from inference. See bottom left table on top image to see pink artefacts.

I've downloaded your dataset to cross-check format of training data. Are your dataset .pngs exported from Lightroom? If so, perhaps the error is because they're 16bit, and I'm doing inference on 8bit images?

Thanks!

@onpix
Copy link
Owner

onpix commented Mar 14, 2023

The training images were exported from Lightroom with an 8-bit depth. I think the artifact is a result of this sample being out-of-distribution. ie, the input image doesn't have obvious both over or underexposures, and the model hasn't seen similar samples during training. To address this issue, it may be beneficial to train the model on your own dataset.

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

2 participants