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
286 stars 30 forks source link

Add "Video-Frame-Interpolation-Transformer" #3

Closed Tsubajashi closed 2 years ago

Tsubajashi commented 2 years ago

Here is a link to their code and paper: https://github.com/zhshi0816/Video-Frame-Interpolation-Transformer here is a video example: https://www.youtube.com/watch?v=DYkJYB7-NIg sounds like interesting tech. You may want to add it in the future.

styler00dollar commented 2 years ago

If I remember correctly, I already tried to add it and the highest resolution I could get with that was around 256p due to out of memory errors. Maybe a little higher. Won't add since it's not usable for higher resolutions. I would like to have around 480p or more for interpolation, which sadly is not the case here.

Tsubajashi commented 2 years ago

completely understandable.