BasicVSR++ function for VapourSynth
Project description
BasicVSR++
BasicVSR++: Improving Video Super-Resolution with Enhanced Propagation and Alignment
Ported from https://github.com/open-mmlab/mmediting
Dependencies
- mmcv-full
- NumPy
- PyTorch, preferably with CUDA. Note that
torchaudio
is not required and hence can be omitted from the command. - VapourSynth
Installing mmcv-full
on Windows is a bit complicated as it requires Visual Studio and other tools to compile CUDA ops.
So I have uploaded the built file compiled with CUDA 11.1 for Windows users and you can install it by executing the following command.
pip install --upgrade https://github.com/HolyWu/vs-basicvsrpp/releases/download/v1.0.0/mmcv_full-1.3.14-cp39-cp39-win_amd64.whl
Installation
pip install --upgrade vsbasicvsrpp
python -m vsbasicvsrpp
Usage
from vsbasicvsrpp import BasicVSRPP
ret = BasicVSRPP(clip)
See __init__.py
for the description of the parameters.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file vsbasicvsrpp-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: vsbasicvsrpp-1.3.0-py3-none-any.whl
- Upload date:
- Size: 21.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f769527e3b48947bf794963ef90efff693a988837a638c1fb31f30fce240aef4 |
|
MD5 | c080555d816e7b822ec19eb8e95f2b5c |
|
BLAKE2b-256 | 4960f3d21d11725e0949ddf943771d30bedf90c3ee76276daafda42d4ba6e73c |