Git Product home page Git Product logo

eavsr's Introduction

EAVSR (CVPRW 2023)

PyTorch implementation of Benchmark Dataset and Effective Inter-Frame Alignment for Real-World Video Super-Resolution

1. MVSR4× Datasets

Some samples of proposed MVSR4× dataset.

  • Dataset

    • we use an ultra-wide camera with a 13mm-equivalent lens and a telephoto camera with a 90mm-equivalent lens to capture LR and HR sequences, respectively.
  • Download

    • Our MVSR4× dataset can be downloaded from this link with password 'uygh'.

2. Framework

Overall pipeline of proposed MultiAdaSTN.

  • Prerequisites
    • Python $\geqslant$ 3.7, PyTorch $\geqslant$ 1.8 and CUDA $\geqslant$ 11.0.
    • OpenCV, NumPy, tqdm, lpips, scikit-image, mmcv and tensorboardX.

3. Quick Start

3.1 Training

  • For RealVSR dataset images (×2), modify dataroot in train_x2.sh and then run:

    sh train_x2.sh

  • For MVSR4× dataset images (×4), modify dataroot in train_x4.sh and then run:

    sh train_x4.sh

3.3 Inference

  • For RealVSR dataset images (×2), modify dataroot in test_x2.sh and then run:

    sh test_x2.sh

  • For MVSR4× dataset images (×4), modify dataroot in test_x4.sh and then run:

    sh test_x4.sh

3.4 Note

  • You can specify which GPU to use by --gpu_ids, e.g., --gpu_ids 0,1, --gpu_ids 3, --gpu_ids -1 (for CPU mode). In the default setting, No.0 GPU is used.
  • You can refer to options for more arguments.

4. Citation

If you find it useful in your research, please consider citing:

@InProceedings{Wang_2023_CVPR,
    author    = {Wang, Ruohao and Liu, Xiaohui and Zhang, Zhilu and Wu, Xiaohe and Feng, Chun-Mei and Zhang, Lei and Zuo, Wangmeng},
    title     = {Benchmark Dataset and Effective Inter-Frame Alignment for Real-World Video Super-Resolution},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
    month     = {June},
    year      = {2023},
    pages     = {1168-1177}
}

5. Acknowledgement

This repo is built upon the framework of CycleGAN, and we borrow some code from RealVSR and BasicVSR++, thanks for their excellent work!

eavsr's People

Contributors

hitrainer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.