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

Runtime error occured, when it is used denoising. Who could help with this? #22

Open
Dawson0813 opened this issue Jun 29, 2023 · 2 comments

Comments

@Dawson0813
Copy link

Dawson0813 commented Jun 29, 2023

Run with bellow commod:
python main_test_rvrt.py --task 001_RVRT_videosr_bi_REDS_30frames --folder_lq testsets/your/own --tile 0 0 0 --tile_overlap 2 20 20

Error detail infomation:
File "/opt/conda/envs/env_rvrt/lib/python3.10/site-packages/torch/nn/modules/conv.py", line 613, in forward
return self._conv_forward(input, self.weight, self.bias)
File "/opt/conda/envs/env_rvrt/lib/python3.10/site-packages/torch/nn/modules/conv.py", line 608, in _conv_forward
return F.conv3d(
RuntimeError: Given groups=1, weight of size [192, 4, 1, 3, 3], expected input[1, 3, 38, 256, 256] to have 4 channels, but got 3 channels instead

@kulius7
Copy link

kulius7 commented Aug 11, 2023

I have the same issue, even when using images from the DAVIS or Set8 dataset without a folder_gt argument. The same error occurs in VRT. Also tried it locally on Ubuntu 22.04.2 with the exact same error. Fixes like setting -sigma 1 or nonblind_denoising == True are not working. I'd love to try out the denoising.

@Dawson0813
Copy link
Author

I have the same issue, even when using images from the DAVIS or Set8 dataset without a folder_gt argument. The same error occurs in VRT. Also tried it locally on Ubuntu 22.04.2 with the exact same error. Fixes like setting -sigma 1 or nonblind_denoising == True are not working. I'd love to try out the denoising.

I sloved this issue from bellow answers, hope to help with you:
#11

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