You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, there are two class SingleVideoRecurrentTestDataset(data.Dataset): implementations.
To run denoising model, the noise level must be concatenated to the input images (I have not read the paper yet, but the source code is implemented that way), and that is where the 4-th channel comes from.
In my case (I ran the script with image sequence), add some code can fix the problem:
i give a .mp4 video as a input file , but code gaives me some error shown below:
RuntimeError: Given groups=1, weight of size [192, 4, 1, 3, 3], expected input[1, 3, 100, 64, 64] to have 4 channels, but got 3 channels instead
sr model runs well with images input , denosing model should input a video? is it right
what is the forth channel with video?
The text was updated successfully, but these errors were encountered: