DachunKai / EvTexture

[ICML 2024] EvTexture: Event-driven Texture Enhancement for Video Super-Resolution
https://dachunkai.github.io/evtexture.github.io/
Apache License 2.0
989 stars 65 forks source link

Does this SR method work real-time on a video stream? #19

Open monajalal opened 1 month ago

monajalal commented 1 month ago

Do you have any code snippet that showcases how to use your model in real-time on a video stream from an RGB camera with 30 FPS or do you think the performance wouldn't cut it?

DachunKai commented 1 month ago

@monajalal Hi, sorry for the delayed reply. We're currently working on this and will do our best to provide a simple script for testing with user-provided videos, including those at 30 FPS. Thank you for your interest in our work!

C00reNUT commented 4 weeks ago

@monajalal Hi, sorry for the delayed reply. We're currently working on this and will do our best to provide a simple script for testing with user-provided videos, including those at 30 FPS. Thank you for your interest in our work!

Thank you for doing that this work is very interesting, but it's very hard to try for users that are programmers but outside of AV field. :)

DachunKai commented 4 weeks ago

@C00reNUT Thank you for your interest in our work. We will do our best to develop, and possibly even create an app or software, to make it convenient for users to upscale their own videos.

C00reNUT commented 2 weeks ago

@C00reNUT Thank you for your interest in our work. We will do our best to develop, and possibly even create an app or software, to make it convenient for users to upscale their own videos.

There is no need for app or software, just a simple working script in style of Real-ESRGAN would be really enough...