X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README.md;h=7db22b6fd304489142cf06da57b3dbd18e6de952;hb=9ca9b0416d25aecce26313f0c9a2a45c61088661;hp=5abb631c2e8ae5e43b055e7dddbe13be81c568da;hpb=bc1177902e6abfae7a65cf68b3172ba96c07ce05;p=voxel-flow diff --git a/README.md b/README.md index 5abb631..7db22b6 100755 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # Video Frame Synthesis using Deep Voxel Flow -[[Project]](https://liuziwei7.github.io/projects/VoxelFlow) [[Paper]](https://arxiv.org/abs/1702.02463) +We address the problem of synthesizing new video frames in an existing video, either in-between existing frames (interpolation), or subsequent to them (extrapolation). Our method requires no human supervision, and any video can be used as training data by dropping, and then learning to predict, existing frames. `Deep Voxel Flow (DVF)` is efficient, and can be applied at any video resolution. We demonstrate that our method produces results that both quantitatively and qualitatively improve upon the state-of-the-art. - +[[Project]](https://liuziwei7.github.io/projects/VoxelFlow) [[Paper]](https://arxiv.org/abs/1702.02463) [[Demo]](https://liuziwei7.github.io/projects/voxelflow/demo.html) + + ## Overview `Deep Voxel Flow (DVF)` is the author's re-implementation of the video frame synthesizer described in: "Video Frame Synthesis using Deep Voxel Flow" -[Ziwei Liu](https://liuziwei7.github.io/), [Raymond A. Yeh](http://www.isle.illinois.edu/~yeh17/), [Xiaoou Tang](http://www.ie.cuhk.edu.hk/people/xotang.shtml), [Yiming Liu](http://bitstream9.me/), [Aseem Agarwala](http://www.agarwala.org/) -In International Conference on Computer Vision (ICCV) 2017, Oral Presentation +[Ziwei Liu](https://liuziwei7.github.io/), [Raymond A. Yeh](http://www.isle.illinois.edu/~yeh17/), [Xiaoou Tang](http://www.ie.cuhk.edu.hk/people/xotang.shtml), [Yiming Liu](http://bitstream9.me/), [Aseem Agarwala](http://www.agarwala.org/) (CUHK & UIUC & Google Research) +in International Conference on Computer Vision (ICCV) 2017, Oral Presentation @@ -25,6 +27,10 @@ python voxel_flow_train.py --subset=train ``` bash python voxel_flow_train.py --subset=test ``` +* Run the evaluation script: +``` bash +matlab eval_voxelflow.m +``` ## License and Citation The use of this software is RESTRICTED to **non-commercial research and educational purposes**.