Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 669 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 669 Bytes

BasicVSR++

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

Dependencies

Installation

pip install -U vsbasicvsrpp

If you want to download all models at once, run python -m vsbasicvsrpp. If you prefer to only download the model you specified at first run, set auto_download=True in basicvsrpp().

Usage

from vsbasicvsrpp import basicvsrpp

ret = basicvsrpp(clip)

See __init__.py for the description of the parameters.