neil454 / deep-motion

Use a DCNN to perform frame interpolation.
141 stars 29 forks source link

Deep Motion: A Convolutional Neural Network for Frame Interpolation

Use a DCNN to perform frame interpolation.

Paper: Deep Motion: A Convolutional Neural Network for Frame Interpolation

Based off of the U-Net architecture

alt text

Software Requirements

Model Weights

Download the model weights here.

*Note that the weights are trained using the architecture defined in FI_unet.py/get_unet_2(), which requires input of shape=(6, 128, 384), due to the use of Batch Normalization (probably could do without that)

Training

Details in train.py. It's Keras, so don't worry ;)

Testing

For images, look at DO_TESTING section of train.py

For videos, you can use fps_convert.py to double/quadruple/etc the FPS of any video

Results

View the results at the end of the paper

Watch the presentation video

Presentation Slides