diff options
| author | sniklaus <simon.niklaus@outlook.com> | 2018-03-30 00:28:08 -0700 |
|---|---|---|
| committer | sniklaus <simon.niklaus@outlook.com> | 2018-03-30 00:28:08 -0700 |
| commit | a536e069fb402dd3a891f93faa9d2ef3825a1f29 (patch) | |
| tree | cb986cabf6f6c0f9f5ffa604d34c20cf608ce070 /README.md | |
| parent | 2dfafe809a5c800ae11b22eb4bc7de0ac3e549a3 (diff) | |
no message
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ # pytorch-sepconv -This is a reference implementation of Video Frame Interpolation via Adaptive Separable Convolution [1] using PyTorch. Given two frames, it will make use of <a href="http://graphics.cs.pdx.edu/project/adaconv">adaptive convolution</a> [2] in a separable manner to interpolate the intermediate frame. Should you be making use of our work, please cite our paper [1]. +Please consider our newest work, [Context-aware Synthesis](http://web.cecs.pdx.edu/~fliu/project/ctxsyn) for Video Frame Interpolation. + +This is a reference implementation of Video Frame Interpolation via Adaptive Separable Convolution [1] using PyTorch. Given two frames, it will make use of [adaptive convolution](http://graphics.cs.pdx.edu/project/adaconv) [2] in a separable manner to interpolate the intermediate frame. Should you be making use of our work, please cite our paper [1]. <a href="https://arxiv.org/abs/1708.01692" rel="Paper"><img src="http://content.sniklaus.com/SepConv/Paper.jpg" alt="Paper" width="100%"></a> |
