vsgrlir

GRLIR function for VapourSynth


Keywords
GRLIR, VapourSynth, pytorch
License
Other
Install
pip install vsgrlir==1.1.1

Documentation

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.