All Projects → HolyWu → vs-dpir

HolyWu / vs-dpir

Licence: MIT license
DPIR function for VapourSynth

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to vs-dpir

vs-mlrt
Efficient ML Filter Runtimes for VapourSynth (with built-in support for waifu2x, DPIR, RealESRGANv2, and Real-CUGAN)
Stars: ✭ 34 (+30.77%)
Mutual labels:  vapoursynth, onnxruntime, dpir
vs-realesrgan
Real-ESRGAN function for VapourSynth
Stars: ✭ 27 (+3.85%)
Mutual labels:  vapoursynth, onnxruntime
MPV lazy
🔄 mpv player 播放器折腾记录 windows conf ; 中文注释配置 快速帮助萌新入门 ; mpv-lazy 懒人包 win10 x64
Stars: ✭ 615 (+2265.38%)
Mutual labels:  vapoursynth
qvs
A simple GUI program for using VapourSynth/Avisynth Script previewed and encoded.
Stars: ✭ 34 (+30.77%)
Mutual labels:  vapoursynth
kagefunc
A collection of Vapoursynth functions. kagefunc.py is the only relevant file for users
Stars: ✭ 44 (+69.23%)
Mutual labels:  vapoursynth
VapourSynth-TCanny
TCanny filter for VapourSynth
Stars: ✭ 24 (-7.69%)
Mutual labels:  vapoursynth
djl
An Engine-Agnostic Deep Learning Framework in Java
Stars: ✭ 3,080 (+11746.15%)
Mutual labels:  onnxruntime
lvsfunc
lvsfunc, a collection of LightArrowsEXE's VapourSynth functions and wrappers
Stars: ✭ 51 (+96.15%)
Mutual labels:  vapoursynth
uttt
AlphaZero-like AI solution for playing Ultimate Tic-Tac-Toe in the browser
Stars: ✭ 28 (+7.69%)
Mutual labels:  onnxruntime
VSGAN
VapourSynth Single Image Super-Resolution Generative Adversarial Network (GAN)
Stars: ✭ 124 (+376.92%)
Mutual labels:  vapoursynth
encode-scripts
Various scripts I use regarding encoding and stuff
Stars: ✭ 37 (+42.31%)
Mutual labels:  vapoursynth
VapourSynth-Super-Resolution-Helper
Setup scripts for ESRGAN/MXNet image/video upscaling in VapourSynth
Stars: ✭ 63 (+142.31%)
Mutual labels:  vapoursynth
havsfunc
Holy's ported AviSynth functions for VapourSynth
Stars: ✭ 87 (+234.62%)
Mutual labels:  vapoursynth
fastT5
⚡ boost inference speed of T5 models by 5x & reduce the model size by 3x.
Stars: ✭ 421 (+1519.23%)
Mutual labels:  onnxruntime
vapoursynth-portable-FATPACK
A (beginners) bundle with nearly all plugins, many usefull scripts and multiple editors. 64Bit only!
Stars: ✭ 74 (+184.62%)
Mutual labels:  vapoursynth
staxrip
StaxRip is a video encoding app for Windows with a unrivaled feature set and usability.
Stars: ✭ 132 (+407.69%)
Mutual labels:  vapoursynth
graphsignal
Graphsignal Python agent
Stars: ✭ 158 (+507.69%)
Mutual labels:  onnxruntime
vs-basicvsrpp
BasicVSR++ function for VapourSynth
Stars: ✭ 33 (+26.92%)
Mutual labels:  vapoursynth
YOLO-Streaming
Push-pull streaming and Web display of YOLO series
Stars: ✭ 56 (+115.38%)
Mutual labels:  onnxruntime
yuuno
Yuuno = VapourSynth + Jupyter
Stars: ✭ 39 (+50%)
Mutual labels:  vapoursynth

DPIR

Plug-and-Play Image Restoration with Deep Denoiser Prior, based on https://github.com/cszn/DPIR.

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 vsdpir
python -m vsdpir

Usage

from vsdpir import DPIR

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