tumuyan / RealSR-NCNN-Android

An Android application for super-resolution & interpolation. Contains RealSR-NCNN, SRMD-NCNN, RealCUGAN-NCNN, Real-ESRGAN-NCNN, Waifu2x-NCNN, Anime4kcpp, nearest, bilinear, bicubic, AVIR...
Other
974 stars 86 forks source link

Gif / Video support. #27

Closed instaelse closed 1 year ago

instaelse commented 1 year ago

Just like in issue #15. Have the app break the gifs / videos into frames, run the model and then combine the frames back. Could be useful. Its a little tiring doing this manually.

tumuyan commented 1 year ago

If your device takes 5 seconds to for one picture, then it takes 52510/60=20min to zoom in on a 10 second video file with 25 frames per second. Actually, the time will more than 20 min. You should use a PC or server with a powerful GPU to do such tasks.