I ran into the same error as #14 , and verified that self.nonblind_denoising
was set to True
here, but still receive the error:
line 585, in _conv_forward
return F.conv3d(
RuntimeError: Given groups=1, weight of size [96, 28, 1, 3, 3], expected input[1, 27, 40, 128, 128] to have 28 channels, but got 27 channels instead
This is using the dataset VRT/testsets/REDS4/sharp_bicubic
via the call python 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.