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
torchaudiois 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 wheel at https://github.com/HolyWu/vs-basicvsrpp/releases/tag/v1.0.0 for easier installation.
mmcv_full-1.3.14-cp39-cp39-win_amd64.whl is compiled with PyTorch 1.9 and CUDA 11.1.
mmcv_full-1.3.16-cp39-cp39-win_amd64.whl is compiled with PyTorch 1.10 and CUDA 11.3.
Install only one of them via pip install --upgrade as usual.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vsbasicvsrpp-1.4.0-py3-none-any.whl.
File metadata
- Download URL: vsbasicvsrpp-1.4.0-py3-none-any.whl
- Upload date:
- Size: 21.8 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 |
fb96b04f3d3235d6408a218d97a7d1f5ed1b0ebddd287f6766ceb125212b0f96
|
|
| MD5 |
297a77b3b22fb33143117a9411babd01
|
|
| BLAKE2b-256 |
ad2049b438a2d4d9a5da373f23560ac461cd856d33cd9b5c6577b295b57fd718
|