-
Notifications
You must be signed in to change notification settings - Fork 131
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
Same error, solution didn't work: RuntimeError expected input... to have 28 channels, but got 27 channels instead #24
Comments
It's a bug. Try to add Also note that we train it as a non-blind denoising model. You may need to try different sigmas (e.g., larger sigma if the video is heavily corrupted by Gaussian noise). |
I see; but unfortunately |
I see. It's because you didn't specify --folder_gt, so it uses another dataloader. We did not provide an interface for lq-only-input in denoising. |
Have you fixed the bug? |
I ran into the same error as #14 , and verified that
self.nonblind_denoising
was set toTrue
here, but still receive the error:This is using the dataset
VRT/testsets/REDS4/sharp_bicubic
via the callpython main_test_vrt.py --task 008_VRT_videodenoising_DAVIS --folder_lq testsets/REDS4/sharp_bicubic --tile 40 128 128 --tile_overlap 2 20 20
. I ultimately want to run this on my own folder of PNGs from a video.The text was updated successfully, but these errors were encountered: