Giter VIP home page Giter VIP logo

fmu_stsr's Introduction

Efficient Space-time Video Super Resolution using Low-Resolution Flow and Mask Upsampling

Saikat Dutta, Nisarg A. Shah, Anurag Mittal

Accepted at NTIRE workshop, collocated with CVPR 2021 ArXiv | Paper | Poster

Requirements

Create a conda environment with Pytorch-1.1, CuPy-6.0, OpenCV, SciPy.

conda create -n myenv
conda activate myenv
conda install pytorch==1.1.0 torchvision==0.3.0 cudatoolkit=10.0 -c pytorch
conda install -c anaconda cupy
conda install -c anaconda scipy
conda install -c conda-forge opencv

Dataset

We use REDS STSR dataset for training and validation. Get the dataset by registering here. Unzip the dataset under REDS/ directory.

---REDS/
  |---val/
    |---val_sharp_bicubic/
      |---X4/
    |---val_sharp/
    

Training

Start your training by loading PWCNet (checkpoints/pretrained/network-chairs-things.pytorch) and RSDN (checkpoints/pretrained/RSDN.pth).

Generate results on REDS STSR Validation dataset

python REDS_val.py

Citation

If this project helps in your research, please cite our paper:

@inproceedings{dutta2021efficient,
  title={Efficient space-time video super resolution using low-resolution flow and mask upsampling},
  author={Dutta, Saikat and Shah, Nisarg A and Mittal, Anurag},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  pages={314--323},
  year={2021}
}

Acknowledgement

The following repositories were used to develop this project :

[1] QVI

[2] RSDN

[3] PWCNet

fmu_stsr's People

Contributors

saikatdutta avatar

Watchers

James Cloos 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.