Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 642 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 642 Bytes

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.