AkarinVS / vs-dpir

DPIR function for VapourSynth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DPIR

DPIR: Deep Plug-and-Play Image Restoration

Ported from https://github.com/cszn/DPIR

Dependencies

  • NumPy
  • PyTorch, preferably with CUDA. Note that torchvision and torchaudio are not required and hence can be omitted from the command.
  • VapourSynth

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.

About

DPIR function for VapourSynth

License:MIT License


Languages

Language:Python 100.0%