Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 665 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 665 Bytes

TDAN_VSR (Under Construction)

Usage

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

Citation

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}
}