/RAFT-Softsplat-VFI

Video Frame Interpolation (RAFT + Softsplat)

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Video Frame Interpolation (RAFT + Softsplat)

put the following pre-trained weights into dir 'models':

RAFT

SoftSplat

Usage:

Video Frame Interpolation

you need to spilt video into frames in dir 'input' using ffmpeg

for 4x interpolation:

python interpolate_video.py --scale=0.5 --times=4

recommend: scale=0.5 when input frames resoultion is 1080p, scale=1.0 when < 1080p

Image Interpolation

python interpolate_img.py

Reference:

RAFT

SoftSplat-Full