sniklaus/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 adaptive convolution [2] in a separable manner to interpolate the intermediate frame. Should you be making use of our work, please cite our paper [1]. To build the implementation and download the pre-trained networks, run bash install.bash After successfully completing this step, run python run.py to test it.
Oct-15-2017, 14:05:20 GMT
- Technology: