Skip to content

Smooths video by interpolating frames using Many-to-many Splatting for Efficient Video Frame Interpolation

Notifications You must be signed in to change notification settings

rw-a/smooth-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smooth Video: A Video Frame Interpolator

Introduction

Open In Colab

Requirements

  • Linux
  • Python 3.7
  • NVIDIA GPU + CUDA 10.0

Installation

  1. Clone the repository
git clone https://github.com/rw-a/smooth-video
cd video-smoother
  1. Install required packages
pip install -r requirements.txt
  1. Run the interpolator
python main.py input.mp4 output.mp4 --factor 2

About

Smooths video by interpolating frames using Many-to-many Splatting for Efficient Video Frame Interpolation

Topics

Resources

Stars

Watchers

Forks