Skip to content

HolyWu/vs-basicvsrpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.