-
Notifications
You must be signed in to change notification settings - Fork 125
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
how to test nosiy images in common scenarios ? #25
Comments
Hi, |
Hello @m-tassano, I am wondering what kind of noise estimator (network) will you used to get a noise map on real noisy image ? I'm working on fluorescent microscopy I have sequence of noisy images and also the sequence of the pseudo non-noisy images, but I dont have the noise map, cause it is a real noise. Thanls |
Hi @Scienceseb , I have not implemented that for fastdvdnet, but I would probably start testing the one proposed with CBDNet. Hope this helps |
Hi, Thank you for your efforts.
but I have question.
In your codes:
seqn = seq + noise
your input are clean data and noise which generate by (" noise = torch.empty_like(seq).normal_(mean=0, std=args['noise_sigma']).to(device)")
But common scenarios ,I got some images with noise. i dont not know the noise distribution.
how can remove image noise and get the clean images.
just like a sequences of these images
The text was updated successfully, but these errors were encountered: