-
Notifications
You must be signed in to change notification settings - Fork 21
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
Sample noise flow add to SIDD raw image problem using the pre-train model provided #3
Comments
@circlehyhello, how do you transfer Raw format to RGB format? |
They provided the transfer code on the SIDD website. |
@circlehy thank you! |
@circlehy "The added noise seems 'larger' than expected since the parameters were known",I also encountered this problem, do you solve the problem? |
No, the released model seems not work. |
Hi, There was a bug in the sampling code, it was not using the trained batch norm layers, this is fixed now. Also, I have added code for rendering the sampled noisy images into sRGB. |
Any update on this problem? |
Please check out this potential fix: |
Sample noise flow added to SIDD clean image in raw format, then transfer to RGB format. The added noise seems 'larger' than expected since the parameters were known. I am not sure how to solve the problem.
cam: 0, iso: 100
clean
noisy
The text was updated successfully, but these errors were encountered: