You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the implementation of the following paper:
Reference-based Image and Video Super-Resolution via C2-Matching
Yuming Jiang, Kelvin C.K. Chan, Xintao Wang, Chen Change Loy, Ziwei Liu
IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI), 2022
Downloading the pretrained models from this link and put them under experiments/pretrained_models folder.
Dataset
For REDS dataset, please refer to this link. The reference images are taken from the first frame of REDS 120fps. For your convience, we put the references of REDS4 dataset in this link.
If you find our repo useful for your research, please consider citing our paper:
@article{jiang2022reference,
title={Reference-based Image and Video Super-Resolution via $ C\^{}$\{$2$\}$ $-Matching},
author={Jiang, Yuming and Chan, Kelvin CK and Wang, Xintao and Loy, Chen Change and Liu, Ziwei},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
year={2022},
publisher={IEEE}
}
License and Acknowledgement
This project is open sourced under MIT license. The code framework is mainly modified from BasicSR and MMSR (Now reorganized as MMEditing). Please refer to the original repo for more usage and documents.
Contact
If you have any question, please feel free to contact us via yuming002@e.ntu.edu.sg.
About
Code for C2-Matching (CVPR2021). Paper: Robust Reference-based Super-Resolution via C2-Matching.