vsbasicvsrpp

BasicVSR++ function for VapourSynth


Keywords
BasicVSR++, VapourSynth, basicvsrplusplus, pytorch
License
Other
Install
pip install vsbasicvsrpp==2.1.0

Documentation

BasicVSR++

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

Dependencies

Installation

pip install -U openmim
mim install "mmcv>=2.0.0"

pip install -U vsbasicvsrpp
python -m vsbasicvsrpp

Usage

from vsbasicvsrpp import basicvsrpp

ret = basicvsrpp(clip)

See __init__.py for the description of the parameters.