Skip to content

Stereo Video Super-Resolution via Exploiting View-Temporal Correlations, ACM MM 2021.

Notifications You must be signed in to change notification settings

XrKang/StereoVSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Stereo Video Super-Resolution via Exploiting View-Temporal Correlations

Stereo Video Super-Resolution via Exploiting View-Temporal Correlations, In ACM MM 2021.
Ruikang Xu, Zeyu Xiao, Mingde Yao, Yueyi Zhang, Zhiwei Xiong.

Paper|Supplemental Material|Video

Dependencies

  • This repository is based on [EDVR/old_version], you can install DeformConv by following [EDVR/old_version]
  • Python 3 (Recommend to use Anaconda)
  • PyTorch 1.2.0: conda install pytorch=1.2.0 torchvision cudatoolkit=9.2 -c pytorch
  • numpy: pip install numpy
  • opencv: pip install opencv-python
  • tensorboardX: pip install tensorboardX

Datesets

  • The SceneFlow dataset can be downloaded from this link.
  • The KITTI-2012 dataset can be downloaded from this link.
  • The KITTI-2015 dataset can be downloaded from this link.

Quick Start

We take the sceneflow dataset as an example:

  • Prepare text files for loading data:
cd dataPrepare && python creatTxt_sceneflow.py
  • Train the model:
cd code && python train.py
  • Test the model:
cd code && python test.py

Citation

@inproceedings{xu2021stereo,
  title={Stereo video super-resolution via exploiting view-temporal correlations},
  author={Xu, Ruikang and Xiao, Zeyu and Yao, Mingde and Zhang, Yueyi and Xiong, Zhiwei},
  booktitle={Proceedings of the 29th ACM International Conference on Multimedia},
  pages={460--468},
  year={2021}
}

Contact

Any question regarding this work can be addressed to [email protected].

About

Stereo Video Super-Resolution via Exploiting View-Temporal Correlations, ACM MM 2021.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published