Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 518 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 518 Bytes

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.