All Projects → HolyWu → vs-basicvsrpp

HolyWu / vs-basicvsrpp

Licence: Apache-2.0 license
BasicVSR++ function for VapourSynth

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to vs-basicvsrpp

vapoursynth-portable-FATPACK
A (beginners) bundle with nearly all plugins, many usefull scripts and multiple editors. 64Bit only!
Stars: ✭ 74 (+124.24%)
Mutual labels:  vapoursynth
qvs
A simple GUI program for using VapourSynth/Avisynth Script previewed and encoded.
Stars: ✭ 34 (+3.03%)
Mutual labels:  vapoursynth
encode-scripts
Various scripts I use regarding encoding and stuff
Stars: ✭ 37 (+12.12%)
Mutual labels:  vapoursynth
yuuno
Yuuno = VapourSynth + Jupyter
Stars: ✭ 39 (+18.18%)
Mutual labels:  vapoursynth
kagefunc
A collection of Vapoursynth functions. kagefunc.py is the only relevant file for users
Stars: ✭ 44 (+33.33%)
Mutual labels:  vapoursynth
VSGAN
VapourSynth Single Image Super-Resolution Generative Adversarial Network (GAN)
Stars: ✭ 124 (+275.76%)
Mutual labels:  vapoursynth
VapourSynth-Super-Resolution-Helper
Setup scripts for ESRGAN/MXNet image/video upscaling in VapourSynth
Stars: ✭ 63 (+90.91%)
Mutual labels:  vapoursynth
staxrip
StaxRip is a video encoding app for Windows with a unrivaled feature set and usability.
Stars: ✭ 132 (+300%)
Mutual labels:  vapoursynth
VapourSynth-AddGrain
AddGrain filter for VapourSynth
Stars: ✭ 19 (-42.42%)
Mutual labels:  vapoursynth
havsfunc
Holy's ported AviSynth functions for VapourSynth
Stars: ✭ 87 (+163.64%)
Mutual labels:  vapoursynth
VapourSynth-TCanny
TCanny filter for VapourSynth
Stars: ✭ 24 (-27.27%)
Mutual labels:  vapoursynth
vs-mlrt
Efficient ML Filter Runtimes for VapourSynth (with built-in support for waifu2x, DPIR, RealESRGANv2, and Real-CUGAN)
Stars: ✭ 34 (+3.03%)
Mutual labels:  vapoursynth
MPV lazy
🔄 mpv player 播放器折腾记录 windows conf ; 中文注释配置 快速帮助萌新入门 ; mpv-lazy 懒人包 win10 x64
Stars: ✭ 615 (+1763.64%)
Mutual labels:  vapoursynth
vs-realesrgan
Real-ESRGAN function for VapourSynth
Stars: ✭ 27 (-18.18%)
Mutual labels:  vapoursynth
lvsfunc
lvsfunc, a collection of LightArrowsEXE's VapourSynth functions and wrappers
Stars: ✭ 51 (+54.55%)
Mutual labels:  vapoursynth
x265-encoder
x265EncoderGUI
Stars: ✭ 36 (+9.09%)
Mutual labels:  vapoursynth
encode-scripts
Scripts of our encodes
Stars: ✭ 69 (+109.09%)
Mutual labels:  vapoursynth
vapoursynth-preview
Preview for VapourSynth scripts
Stars: ✭ 68 (+106.06%)
Mutual labels:  vapoursynth
vs-dpir
DPIR function for VapourSynth
Stars: ✭ 26 (-21.21%)
Mutual labels:  vapoursynth

BasicVSR++

BasicVSR++: Improving Video Super-Resolution with Enhanced Propagation and Alignment

Ported from https://github.com/open-mmlab/mmediting

Dependencies

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].