Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/holywu/vs-basicvsrpp

BasicVSR++ function for VapourSynth
https://github.com/holywu/vs-basicvsrpp

basicvsrplusplus pytorch vapoursynth

Last synced: 30 days ago
JSON representation

BasicVSR++ function for VapourSynth

Awesome Lists containing this project

README

        

# BasicVSR++
Improving Video Super-Resolution with Enhanced Propagation and Alignment, based on https://github.com/ckkelvinchan/BasicVSR_PlusPlus.

## Dependencies
- [mmcv](https://github.com/open-mmlab/mmcv#installation) >=2.0.0
- [NumPy](https://numpy.org/install)
- [PyTorch](https://pytorch.org/get-started) >=2.0.1
- [VapourSynth](http://www.vapoursynth.com/) >=R60

## Installation
```
pip install -U openmim
mim install "mmcv>=2.0.0"

pip install -U vsbasicvsrpp
python -m vsbasicvsrpp
```

## Usage
```python
from vsbasicvsrpp import basicvsrpp

ret = basicvsrpp(clip)
```

See `__init__.py` for the description of the parameters.