styler00dollar / VSGAN-tensorrt-docker

Using VapourSynth with super resolution and interpolation models and speeding them up with TensorRT.
BSD 3-Clause "New" or "Revised" License
288 stars 30 forks source link

Google colab request? #12

Closed mikebilly closed 2 years ago

mikebilly commented 2 years ago

I recently stumbled upon this VSGAN-tensorrt-docker and found it so incredible! Could anyone make a google colab notebook that features everything from this VSGAN-tensorrt-docker, so that we could experience the speed of TensorRT! Thanks in advance!

styler00dollar commented 2 years ago

There is a colab file in my repository. Are you missing some feature? I guess I could make it more obvious and also link it in the readme.

styler00dollar commented 2 years ago

Closing since no reply and a Colab file actually exists.

mikebilly commented 2 years ago

Sorry I forgot to check on Github, thanks for the Colab file @styler00dollar! And btw could you add some example blocks of code in that Colab file, such as taking an input.mkv video and interpolate it 4 times using rife, or using realesrgan to upscale an input.png image,... (like example codes for each function of your project). Sorry if this is too much, but I'm pretty new to coding and want to learn more through examples. Really appreciate your work!