All Projects → HolyWu → vs-realesrgan

HolyWu / vs-realesrgan

Licence: BSD-3-Clause license
Real-ESRGAN function for VapourSynth

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to vs-realesrgan

vs-mlrt
Efficient ML Filter Runtimes for VapourSynth (with built-in support for waifu2x, DPIR, RealESRGANv2, and Real-CUGAN)
Stars: ✭ 34 (+25.93%)
Mutual labels:  vapoursynth, onnxruntime, real-esrgan
vs-dpir
DPIR function for VapourSynth
Stars: ✭ 26 (-3.7%)
Mutual labels:  vapoursynth, onnxruntime
kagefunc
A collection of Vapoursynth functions. kagefunc.py is the only relevant file for users
Stars: ✭ 44 (+62.96%)
Mutual labels:  vapoursynth
onnxruntime-rs
Rust wrapper for Microsoft's ONNX Runtime (version 1.8)
Stars: ✭ 149 (+451.85%)
Mutual labels:  onnxruntime
AI-Lossless-Zoomer
AI无损放大工具
Stars: ✭ 940 (+3381.48%)
Mutual labels:  real-esrgan
djl
An Engine-Agnostic Deep Learning Framework in Java
Stars: ✭ 3,080 (+11307.41%)
Mutual labels:  onnxruntime
uttt
AlphaZero-like AI solution for playing Ultimate Tic-Tac-Toe in the browser
Stars: ✭ 28 (+3.7%)
Mutual labels:  onnxruntime
VapourSynth-Super-Resolution-Helper
Setup scripts for ESRGAN/MXNet image/video upscaling in VapourSynth
Stars: ✭ 63 (+133.33%)
Mutual labels:  vapoursynth
x265-encoder
x265EncoderGUI
Stars: ✭ 36 (+33.33%)
Mutual labels:  vapoursynth
vapoursynth-portable-FATPACK
A (beginners) bundle with nearly all plugins, many usefull scripts and multiple editors. 64Bit only!
Stars: ✭ 74 (+174.07%)
Mutual labels:  vapoursynth
vapoursynth-preview
Preview for VapourSynth scripts
Stars: ✭ 68 (+151.85%)
Mutual labels:  vapoursynth
qvs
A simple GUI program for using VapourSynth/Avisynth Script previewed and encoded.
Stars: ✭ 34 (+25.93%)
Mutual labels:  vapoursynth
fastT5
⚡ boost inference speed of T5 models by 5x & reduce the model size by 3x.
Stars: ✭ 421 (+1459.26%)
Mutual labels:  onnxruntime
vs-basicvsrpp
BasicVSR++ function for VapourSynth
Stars: ✭ 33 (+22.22%)
Mutual labels:  vapoursynth
graphsignal
Graphsignal Python agent
Stars: ✭ 158 (+485.19%)
Mutual labels:  onnxruntime
encode-scripts
Scripts of our encodes
Stars: ✭ 69 (+155.56%)
Mutual labels:  vapoursynth
VSGAN
VapourSynth Single Image Super-Resolution Generative Adversarial Network (GAN)
Stars: ✭ 124 (+359.26%)
Mutual labels:  vapoursynth
YOLO-Streaming
Push-pull streaming and Web display of YOLO series
Stars: ✭ 56 (+107.41%)
Mutual labels:  onnxruntime
lvsfunc
lvsfunc, a collection of LightArrowsEXE's VapourSynth functions and wrappers
Stars: ✭ 51 (+88.89%)
Mutual labels:  vapoursynth
YOLOv5-Lite
🍅🍅🍅YOLOv5-Lite: lighter, faster and easier to deploy. Evolved from yolov5 and the size of model is only 930+kb (int8) and 1.7M (fp16). It can reach 10+ FPS on the Raspberry Pi 4B when the input size is 320×320~
Stars: ✭ 1,230 (+4455.56%)
Mutual labels:  onnxruntime

Real-ESRGAN

Training Real-World Blind Super-Resolution with Pure Synthetic Data, based on https://github.com/xinntao/Real-ESRGAN.

Dependencies

  • NumPy
  • ONNX Runtime. CUDA and TensorRT require onnxruntime-gpu, while DirectML requires onnxruntime-directml. Note that only one of onnxruntime, onnxruntime-gpu and onnxruntime-directml should be installed at a time in any one environment.
  • VapourSynth R55 or newer.
  • (Optional) CUDA Toolkit
  • (Optional) cuDNN
  • (Optional) TensorRT

Installation

pip install --upgrade vsrealesrgan
python -m vsrealesrgan

Usage

from vsrealesrgan import RealESRGAN

ret = RealESRGAN(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].