HolyWu / vs-basicvsrpp

BasicVSR++ function for VapourSynth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

BasicVSR++ function for VapourSynth

License:Apache License 2.0


Languages

Language:Python 100.0%