Main dependencies: Python 3.6 and Pytorch-0.3.1 (https://pytorch.org/get-started/previous-versions/)
$ git clone https://github.com/YapengTian/TDAN_VSR
$ compile deformable convolution functions (may be optional): bash make.sh
$ pip install -r requirements
$ python eval.py -t test_dataset_path
If you find this work useful, please consider citing it.
@Article{tian2018tdan,
author={Yapeng Tian, Yulun Zhang, Yun Fu, and Chenliang Xu},
title={TDAN: Temporally Deformable Alignment Network for Video Super-Resolution},
booktitle = {ArXiv},
year = {2018}
}