-
Notifications
You must be signed in to change notification settings - Fork 92
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
some artifacts in generate ground truth data #27
Comments
In Python code, the clean image is converted to RAW and then convert back to the sRGB image. In my understanding, these artifact is caused by the demosaic process. In original Matlab code (strictly following the paper), the original sRGB image is directly treated as groundtruth image. However, when I read more paper, the original setting is kindly like denoising+demosaic, so in the python code, I change a little bit. You can try to use python code to train or directly use original RGB as groundtruth (as in my paper), if you find other questions, please feel free to contact me. |
Hi thank you for your great work first! |
Hi, thanks for your concern about this issue. |
https://link.springer.com/article/10.1007/s11263-017-1056-0, check this out |
I try to use ./SomeISP_operator_python/ISP_implement.py to generate synthetic noisy image & ground truth image(gt), but in many images, i saw artifacts like this
and the raw srgb noisy-free image is like this
I wonder if these artifacts are reasonable in synthetic ISP process, and why these happens?
The text was updated successfully, but these errors were encountered: