Implementation of "Quadratic video interpolation", NeurIPS 2019.
Implementation of “Quadratic video interpolation”, NeurIPS 2019.
The following pakages are required to run the code:
Put your sequence in “datasets/example” with structure as
seq1
--00000.png
--00001.png
--...
seq2
--00000.png
--00001.png
--...
Then run the demo:
python demo.py configs/test_config.py
The output will be in “outputs/example”. Note that all settings are in config files under the folder “./configs”.
python train.py configs/train_config.py
More datasets for evaluation:
You can use “datas/Sequence.py” to conveniently load the test datasets.
Please consider citing this paper if you find the code and data useful in your research:
@inproceedings{qvi_nips19,
title={Quadratic video interpolation},
author={Xiangyu Xu and Li Siyao and Wenxiu Sun and Qian Yin and Ming-Hsuan Yang},
booktitle = {NeurIPS},
year={2019}
}