Efficient and Explicit Modelling of Image Hierarchies for Image Restoration, based on https://github.com/ofsoundof/GRL-Image-Restoration.
- NumPy
- PyTorch 1.13.1
- VapourSynth R55+
pip install -U vsgrlir
python -m vsgrlir
from vsgrlir import grlir
ret = grlir(clip)
See __init__.py
for the description of the parameters.