-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add DnCNN with noise level input #349
Conversation
…wjgancn/dnnm_testing
…wjgancn/dnnm_testing
Codecov Report
@@ Coverage Diff @@
## main #349 +/- ##
==========================================
- Coverage 94.15% 94.10% -0.06%
==========================================
Files 57 59 +2
Lines 3406 3578 +172
==========================================
+ Hits 3207 3367 +160
- Misses 199 211 +12
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I would suggest to use N as the suffix to denote the noise-conditional models instead of V. Let me ask for other suggestions before proceeding with any change. |
I have revised my code based on your suggestions. Especially, I rewrote the DnCNN denoiser class, which is a bit large change from my viewpoint. Maybe having a new class of denoiser is a better idea, but it also comes with code redundancy. |
…wjgancn/dnnm_testing
Add DnCNN with noise level input.