Yuehan717 / RealViformer

[ECCV2024] The Official Code for "RealViformer: Investigating Attention for Real-World Video Super-Resolution"
MIT License
34 stars 3 forks source link

[ECCV 2024] RealViformer

RealViformer: Investigating Attention for Real-World Video Super-Resolution

arXiv
Yuehan Zhang, Angela Yao
National University of Singapore

Key Insights

In this paper, we focus on investigating spatial and channel attention under real-world VSR settings:

TODOs

Installation

Set up environment

Python >= 3.9
PyTorch > 1.12

Install RealViformer

# Clone the repository
git clone https://github.com/Yuehan717/RealViformer.git

# Navigate into the repository
cd RealViformer

# Install dependencies
pip install -r requirements.txt

Datasets

Acknowledgement

The code is based on BasicVSR and Restormer. Thanks to their great work!