X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README.md;h=7db22b6fd304489142cf06da57b3dbd18e6de952;hb=9ca9b0416d25aecce26313f0c9a2a45c61088661;hp=86ac35e00d17bddf4168949266dacbe9714fe568;hpb=b18d20010da79f2cf734236075d9a14811dd23ed;p=voxel-flow diff --git a/README.md b/README.md index 86ac35e..7db22b6 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Video Frame Synthesis using Deep Voxel Flow -[[Project]](https://liuziwei7.github.io/projects/VoxelFlow) [[Paper]](https://arxiv.org/abs/1702.02463) [[demo]](https://liuziwei7.github.io/projects/voxelflow/demo.html) +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)