The Wayback Machine - http://web.archive.org/web/20220403131845/https://github.com/topics/frame-interpolation
Skip to content
#

Frame Interpolation

Frame interpolation is used to increase the frame rate of a video, or to create a slow-motion video without lowering the frame rate.

Here are 31 public repositories matching this topic...

Waifu2x-Extension-GUI

Video, Image and GIF upscale/enlarge(Super-Resolution) and Video frame interpolation. Achieved with Waifu2x, Real-ESRGAN, Real-CUGAN, SRMD, RealSR, Anime4K, RIFE, CAIN, DAIN, and ACNet.

  • Updated Apr 2, 2022
  • C++

In this repository, we deal with the task of video frame interpolation with estimated optical flow. To estimate the optical flow we use Lucas-Kanade algorithm, Multiscale Lucas-Kanade algorithm (with iterative tuning), and Discrete Horn-Schunk algorithm. We explore the interpolation performance on Spheres dataset and Corridor dataset.

  • Updated Mar 6, 2021
  • Python