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

Error when denoising full-resolution images on the Darmstadt dataset #7

Open
AndreiBaraian opened this issue Nov 25, 2022 · 1 comment

Comments

@AndreiBaraian
Copy link

AndreiBaraian commented Nov 25, 2022

Hello and first of all thanks for the great repository! I was trying to run the dnd_denoise.py script on the full-resolution images from Darmstads dataset, but I have encountered the following error:

InvalidArgumentError (see above for traceback): ConcatOp : Dimensions of inputs should match: shape[0] = [1,252,190,512] vs. shape[1] = [1,252,189,256]
[[node decoder/skip_connection/concat (defined at dnd_denoise.py:174) ]]
[[node denoised_img (defined at dnd_denoise.py:174) ]]

Do you know what might have cause this? For reference, I am using the unprocessing_srgb_loss model and I have just removed the bounding boxes and used the full-resolution noisy image.

@smilingo
Copy link

Hello and first of all thanks for the great repository! I was trying to run the dnd_denoise.py script on the full-resolution images from Darmstads dataset, but I have encountered the following error:

InvalidArgumentError (see above for traceback): ConcatOp : Dimensions of inputs should match: shape[0] = [1,252,190,512] vs. shape[1] = [1,252,189,256] [[node decoder/skip_connection/concat (defined at dnd_denoise.py:174) ]] [[node denoised_img (defined at dnd_denoise.py:174) ]]

Do you know what might have cause this? For reference, I am using the unprocessing_srgb_loss model and I have just removed the bounding boxes and used the full-resolution noisy image.

Can you share with me DND dataset, thank you!

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