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

Questions about the setting of network when denoising. #62

Open
leonmakise opened this issue Nov 13, 2021 · 0 comments
Open

Questions about the setting of network when denoising. #62

leonmakise opened this issue Nov 13, 2021 · 0 comments

Comments

@leonmakise
Copy link

I saw that your also involve in the 'NTIRE 2019 Challenge on Real Image Denoising: Methods and Results' and reach good results. In your code ,it's more about archs for SR. I wonder how you set it for denoising, especially for raw data.

I want to reimplement your results for comparison. Here is my attempt:
scale_factor == 1
kernel = 4
stride = 2
padding = 1
DBPN(num_channels=1, base_filter=64, feat = 256, num_stages=7, scale_factor=1)

Can you give some advices on it? Thanks a lot!

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

1 participant