iBobby
iBobby
The usage of ESRGAN by xinntao is quite complicated, he didn't provide a file that I can simply specify the input output and model and run it. Users need to...
I just found these two repos that includes EDVR usage. [DeOldify And EDVR](https://github.com/btahir/deoldify_and_edvr) (Includes EDVR for super-resolution and DeOldify for colourise) by btahir [VideoEnhancer](https://github.com/buildist/VideoEnhancer) (Includes EDVR for super-resolution and DAIN...
@ChrisMasafu I just made it work. Here's the link on Colab. [EDVR on Cloab](https://drive.google.com/file/d/1QpZ4lOLpm0Z_YFCk9r-a45pVuylYIZyx/view?usp=sharing) I'm still editing the code, the original notebook didn't work, I think it's because xinntao did...
> @iBobbyTS Thanks a lot for the colab implementation, but i have a doubt, like how should print the psnr values of the test images. Like I have spend a...
> Is it the problem of the image viewer? The pattern is so regular~ I don't think so, I tried other image viewers, theh showed the same thing.
Hi there, I think that's caused by the building process of DAIN packages `ModuleNotFoundError: No module named 'filterinterpolation_cuda'` This means the "filterinterpolation_cuda" package is not installed. Did you run build.sh?...
> I have same problem with Tesla V100-SXM2-16GB, > > RuntimeError: CUDA call failed (correlation_forward_cuda at correlation_cuda.cc:80). > > niuhuojian said that P100-PCIE-16GB works, unfortunately I can't specify which GPU...
> I ran this in Google Colab and it seems like it is slower (~4.75s/it) than the original (~3s/frame). Any possible reason why? > > Edit: I think I'll do...
The latest version or PyTorch you can use for DAIN is 1.4.0, after that, you need a static method for the forward functions, of all the networks. So it's a...
By removing the rectify process in the network can speed up the whole process a lot. If I'm interpolating 1 frame between 2 1920x1080 frames on a Tesla V100, it...