dvlab-research / VFIformer

Video Frame Interpolation with Transformer (CVPR2022)
MIT License
114 stars 20 forks source link

Web Interface #12

Open jhogsett opened 1 year ago

jhogsett commented 1 year ago

I love this tool and use it all the time. I decided to create a Web UI to make it easy to use. It's based on Gradio:

https://github.com/jhogsett/VFIformer-WebUI

To use, it just needs to be overlaid on top of an existing VFIformer installation. It makes no changes to VFIformer (but borrows a bit of code to do inferencing).

SkyeLu commented 1 year ago

Wow, thanks for your amazing work! I will add your link to our README file.

jhogsett commented 1 year ago

@SkyeLu you are welcome! Thanks so much for that, and thank you for your amazing interpolation engine!