Torch implementation of our ECCV18 paper on video prediction based on one single still image.
In each panel from left to right: one single starting frame and the predicted sequence (next 16 frames).
git clone https://github.com/Yijunmaverick/FlowGrounded-VideoPrediction
cd FlowGrounded-VideoPrediction
cd datasets/
sh data_process.sh
cd ..
th train_3DcVAE.lua --dataRoot datasets/DTexture
th train_flow2rgb.lua --dataRoot datasets/DTexture
th test.lua --dataRoot datasets/DTexture
@inproceedings{Prediction-ECCV-2018,
author = {Li, Yijun and Fang, Chen and Yang, Jimei and Wang, Zhaowen and Lu, Xin and Yang, Ming-Hsuan},
title = {Flow-Grounded Spatial-Temporal Video Prediction from Still Images},
booktitle = {European Conference on Computer Vision},
year = {2018}
}