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

Is the noise synthesis model available? #46

Open
andrewyguo opened this issue Oct 2, 2024 · 5 comments
Open

Is the noise synthesis model available? #46

andrewyguo opened this issue Oct 2, 2024 · 5 comments

Comments

@andrewyguo
Copy link

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:

Due to the business license, we are unable to to provide the noise model as well as the calibration method. Instead, we release our collected ELD dataset and our pretrained models to facilitate future research.

But I also see this update:

2022/01/08: Major Update: Release the training code and other related items (including synthetic datasets, customized rawpy, calibrated camera noise parameters, baseline noise models, calibrated SonyA7S2 camera response function (CRF) and a modern implementation of EMoR radiometric calibration method) to accelerate further research!

Does 'baseline noise models' include the noise synthesizer?

Thanks

@Vandermode
Copy link
Owner

Vandermode commented Oct 3, 2024

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

@andrewyguo
Copy link
Author

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.

image

@Srameo
Copy link

Srameo commented Oct 4, 2024

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

@andrewyguo
Copy link
Author

Thank you @Srameo . I will take a look

Can you point me to where the ELD noise model is in your codebase?

@Srameo
Copy link

Srameo commented Oct 4, 2024

The noise model is in this file, and a example of the options can be found here.

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

3 participants