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

fingerprints #8

Open
legion-s opened this issue Aug 7, 2023 · 3 comments
Open

fingerprints #8

legion-s opened this issue Aug 7, 2023 · 3 comments

Comments

@legion-s
Copy link

legion-s commented Aug 7, 2023

Can you share the training code for fingerprints

@RCorvi
Copy link
Collaborator

RCorvi commented Aug 27, 2023

Hi thank you for your interest. You can find the code to train the denoiser at the following link. In the paper we use a sigma equal to 1.

@legion-s
Copy link
Author

legion-s commented Aug 27, 2023

@RCorvi Thanks for your answer, but I still want to know some training details:

  1. The dataset used for training (dataset description) and the resolution of the training image (original or cropped)
  2. When training, whether the convolutional layer of the neural network uses padding, and if so, what is the padding parameter?
  3. Loss of use.
  4. I see that the network you use when generating noise residuals does not use padding. Is padding not used during network training?

@RCorvi
Copy link
Collaborator

RCorvi commented Feb 6, 2024

Hi sorry for the late reply, here there is the information you have asked for:

  1. We used a large dataset of pristine images collected from two popular photo-sharing websites: Flickr (www.flickr.com) and DPReview (www.dpreview.com). The whole dataset contains 24,757 images acquired from 1375 different camera models. We are not sure whether we can make it public, we are evaluating. The training is done on random patches of size 64*64
  2. Padding is not used.
  3. The loss used is MSE

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

2 participants