Skip to content

HolyWu/vs-grlir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.