8000 GitHub - XinyiYing/iPASSR: Symmetric Parallax Attention for Stereo Image Super-Resolution, arXiv 2020.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Symmetric Parallax Attention for Stereo Image Super-Resolution, arXiv 2020.

Notifications You must be signed in to change notification settings

XinyiYing/iPASSR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symmetric Parallax Attention for Stereo Image Super-Resolution, arXiv 2020.


Overview



Download the Results

We share the quantitative and qualitative results achieved by our iPASSR on all the test sets for both 2xSR and 4xSR. Then, researchers can compare their algorithms to our method without performing inference. Results are available at Baidu Drive (Key: NUDT).

PyTorch Implementation

Requirement

  • PyTorch 1.3.0, torchvision 0.4.1. The code is tested with python=3.7, cuda=9.0.
  • Matlab (For training/test data generation and performance evaluation)

Train

  • Download the training sets from Baidu Drive (Key: NUDT) and unzip them to ./data/train/.
  • Run ./data/train/GenerateTrainingPatches.m to generate training patches.
  • Run train.py to perform training. Checkpoint will be saved to ./log/.

Test

  • Download the test sets and unzip them to ./data. Here, we provide the full test sets used in our paper on Baidu Drive (Key: NUDT).
  • Run test.py to perform a demo inference. Results (.png files) will be saved to ./results.
  • Run evaluation.m to calculate PSNR and SSIM scores.

Quantitative Results



Qualitative Results (demo video)





Benefits to Disparity Estimation



Citiation

@artical{iPASSR,
  author    = {Wang, Yingqian and Ying, Xinyi and Wang, Longguang and Yang, Jungang and An, Wei and Guo, Yulan},
  title     = {Symmetric Parallax Attention for Stereo Image Super-Resolution},
  journal   = {arXiv Preprint: 2011.03802},
  year      = {2020},
}

Contact

Any question regarding this work can be addressed to wangyingqian16@nudt.edu.cn.

About

Symmetric Parallax Attention for Stereo Image Super-Resolution, arXiv 2020.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.3%
  • MATLAB 26.7%
0