Generative Inbetweening: Adapting Image-to-Video Models for Keyframe Interpolation
Xiaojuan Wang,
Boyang Zhou,
Brian Curless,
Ira Kemelmacher,
Aleksander Holynski,
Steve Seitz
Input frame 1 | Generated video | Input frame 2 |
git clone https://github.com/jeanne-wang/svd_keyframe_interpolation.git
cd svd_keyframe_interpolation
conda env create -f environment.yml
Download the finetuned checkpoint, and put it under checkpoints/
.
The example input keyframe pairs are in examples/
folder, and
the corresponding interpolated videos (1024x576, 25 frames) are placed in results/
folder.
To interpolate, run:
bash keyframe_interpolation.sh
The synthetic training videos dataset will be released soon.