/vs-grlir

GRLIR function for VapourSynth

Primary LanguagePythonMIT LicenseMIT

GRL for Image Restoration

Efficient and Explicit Modelling of Image Hierarchies for Image Restoration, based on https://github.com/ofsoundof/GRL-Image-Restoration.

Dependencies

Installation

pip install -U vsgrlir
python -m vsgrlir

Usage

from vsgrlir import grlir

ret = grlir(clip)

See __init__.py for the description of the parameters.