Skip to content

zhiqiiiiiii/PDWN_for_Video_Interp

Repository files navigation

PDWN: Pyramid Deformable Warping Network for Video Interpolation

Code for our IEEE Open Journal of Signal Processing paper: "PDWN: Pyramid Deformable Warping Network for Video Interpolation (https://ieeexplore.ieee.org/document/9416770)"

Table of Contents

  • demos
  • requirements
  • train
  • test
  • evaluate on videos

demos

demo

Requirements

Dataset

Vimeo-triplet can be downloaded from http://data.csail.mit.edu/tofu/dataset/vimeo_triplet.zip

Train

To train your own model, please use the following command:

python train.py --name experiment --dataroot [PATH TO THE DATASET] --dataset vimeo_tri  --model deform --kernel 3 --loss L1 --batch_size 32 --use_cuda True

Test

To replicate the results presented in the paper, please use the following command (Model is saved under ./checkpoints/vimeo_plus_single_no_norm_crop)

python test.py --name vimeo_plus_single_no_norm_crop --dataroot [PATH TO THE DATASET] --ensemble True --kernel 3 --model_load latest --result_path ./results --checkpoint_path ./checkpoints --dataset vimeo_tri

Evaluate on videos

python seq_eval.py --video_path ./sunflower_1080p25.mp4 --name vimeo_plus_single_no_norm_crop --model deform --kernel 3 --t_interp 2

About

Code for PDWN: Pyramid Deformable Warping Network for Video Interpolation (https://ieeexplore.ieee.org/document/9416770)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages