-
Notifications
You must be signed in to change notification settings - Fork 1
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
Hi~Great work and some questions #10
Comments
Hi, wish you also have a nive Spring Festival Holiday! 😃 Sorry for the late response.
|
Hi~The Spring Festival is approaching, which brings joy. However, I still have a question I'd like to ask.
When we run our own dataset, we are unable to obtain excessive image data information. Therefore, I need to manually preset the ISP module. Here, I notice that our inference code has a section for noise calibration.
"exifdata = json.loads(subprocess.run(['exiftool', '-j', RawPath], stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True).stdout)[0]
noise_profile = torch.tensor([float(x) for x in exifdata.get('NoiseProfile', None).split()])"
My question is divided into two parts. In the paper, I did not see the application of this part. The paper specifies the establishment of a noise model and the separation of estimated noise from the data for model input. So, why is there still model input in the Inference section, and what is its purpose?
Secondly, if I don't have this part, how can I run the model? Is it supported, and what impacts might there be?
Thank you very much for your answer. I appreciate your attention and wish you a happy holiday!
The text was updated successfully, but these errors were encountered: