Skip to content

iBobbyTS/VSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSR (Video Super Resolution )

Easy use of good super resolution algorithms, now only EDVR from BasicSR can be used, No mater how big the input is, it can process, so I'm going to release it now even it's still not compelete.

Colab Demo: Notebooks

Table of Contents

  1. Citation
  2. Requirements and Dependencies
  3. Installation
  4. Inferencing

Citation

Requirements and Dependencies

  • NVIDIA GPU + CUDA (We test with: V100, P100, P4, T4, K80)
  • Ubuntu (We test with Ubuntu = 18.04.5 LTS)
  • FFmpeg
  • CUDA (We test with CUDA = 10.1)
  • cuDNN (Optional)
  • Python >= 3.7 (Recommend to use Anaconda or Miniconda)
  • PyTorch >= 1.3

Installation

  1. Install VSR
    git clone https://github.com/iBobbyTS/VSR.git
    cd VSR
    python build.py
  2. Download models
    cd BasicSR
    python scripts/download_pretrained_models.py EDVR
    cd ..

Easy inferencing

```
cd VSR
python run.py -i input.mp4
```

Check Other arguements in run.py.

Contact

iBobby

License

See MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages