Open andrewyguo opened 1 month ago
Thanks for your interest. The baseline noise models here denote the classic Gaussian (G) and Gaussian-Poissonian (G+P) noise model, which are implemented in noise.py
Thanks @Vandermode.
Is it possible to get the more complex models? I am a Masters student affiliated with the University of Toronto who will use it for only educational purposes. I can email you more information.
Probably due to some copyright restrictions, @Vandermode did not open source the source code of the ELD noise model. We reproduced ELD in the latest work of ICCV23 (the metrics are roughly the same as ELD), and there is also a relatively complete codebase. If you are interested, please refer to it! Github Repo: https://github.com/Srameo/LED
Thank you @Srameo . I will take a look
Can you point me to where the ELD noise model is in your codebase?
Hi, Thank you for your work.
I wanted to check to see if the noise model is available. I am interested in using it to add noise to my own images to simulate low-light noise in CMOS sensors.
I know that the readme mentions:
But I also see this update:
Does 'baseline noise models' include the noise synthesizer?
Thanks