Processes YouTube videos into scenes
-
Updated
Oct 28, 2017
Frame interpolation is used to increase the frame rate of a video, or to create a slow-motion video without lowering the frame rate.
Processes YouTube videos into scenes
Implementation of the paper "Video Frame Interpolation by Plug-and-Play Deep Locally Temporal Embedding"
PyTorch Implementation of "Robust Temporal Super-Resolution for Dynamic Motion Video", ICCVW, AIM2019
A fork of the SuperSloMo repository, modified in various ways to experiment with the capabilitiets of the nural net.
An end-to-end video restoration project with open-source pretrained deep learning models
Estimating frame[t] given frames frame[t-1] and frame[t+1]
Official PyTorch implementation of "Deep Slow Motion Video Reconstruction with Hybrid Imaging System" (TPAMI)
Motion Compensated Frame Interpolation using Deep ConvNets
Enhance the quality of your videos
Predictive Frame Interpolation (PIF) Model for video frame prediction and generation. An AI model that could infer a new frame between two existing sequential frames of a video We trained a GAN using youtube footage to predict it’s own existing frames
Source code for CVPR 2020 paper "Scene-Adaptive Video Frame Interpolation via Meta-Learning"
Video frame interpolation using the Vimeo-90k dataset.
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.
In this repository, we deal with the task of video frame interpolation with estimated optical flow. To estimate the optical flow we use pre-trained FlowNet2 deep learning model and experiment by fine-tuning it. We explore the interpolation performance on Spheres dataset and Corridor dataset.
A Collection of Papers and Codes for ICCV2021 Low Level Vision and Image Generation
SVPlite - Realtime-Optimized AviSynth+ Script-Templates for the SmoothVideo Project's SVPflow filters. Portable Low-Resource Motion Interpolation.
Official MegEngine Implementation of Real-Time Intermediate Flow Estimation for Video Frame Interpolation
HWFI: Hybrid Warping Fusion for Video Frame Interpolation. IJCV 2022