X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README.md;fp=README.md;h=2a632660662563e7711a09558f26d5d487ca3056;hb=6bfc2f72ff168a9f9ed2eb1a014cfb4420ae5993;hp=5abb631c2e8ae5e43b055e7dddbe13be81c568da;hpb=bc1177902e6abfae7a65cf68b3172ba96c07ce05;p=voxel-flow diff --git a/README.md b/README.md index 5abb631..2a63266 100755 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Video Frame Synthesis using Deep Voxel Flow [[Project]](https://liuziwei7.github.io/projects/VoxelFlow) [[Paper]](https://arxiv.org/abs/1702.02463) - + ## 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/) +[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) In International Conference on Computer Vision (ICCV) 2017, Oral Presentation @@ -25,6 +25,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**.