Awesome
Video Frame Synthesis using Deep Voxel Flow
<img src='./assets/demo_teaser.png' width=800>[Project] [Paper] [Demo] [Model]
Install
cd core/ops/sync_bn
./build.sh
Training
python train.py configs/voxel-flow.py
Download Pre-trained Model
We provide our pre-trained model of "Deep Voxel Flow" at [Google Drive], which achieves a comparable performance as reported in the paper.
Sample Results
<img src='./assets/demo.gif' width=800>TODOs
- Training Data Preparation Code
- Add Pre-trained Model
- Evaluation Code
Contact
For any question, feel free to contact
Xiaoxiao Li : lxx1991@gmail.com
License and Citation
The use of this software is RESTRICTED to non-commercial research and educational purposes.
@inproceedings{liu2017voxelflow,
author = {Ziwei Liu, Raymond Yeh, Xiaoou Tang, Yiming Liu, and Aseem Agarwala},
title = {Video Frame Synthesis using Deep Voxel Flow},
booktitle = {Proceedings of International Conference on Computer Vision (ICCV)},
month = {October},
year = {2017}
}