Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/holywu/vs-grlir

GRLIR function for VapourSynth
https://github.com/holywu/vs-grlir

grlir pytorch vapoursynth

Last synced: 3 months ago
JSON representation

GRLIR function for VapourSynth

Awesome Lists containing this project

README

        

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

## Dependencies
- [NumPy](https://numpy.org/install)
- [PyTorch](https://pytorch.org/get-started) 1.13.1
- [VapourSynth](http://www.vapoursynth.com/) R55+

## Installation
```
pip install -U vsgrlir
python -m vsgrlir
```

## Usage
```python
from vsgrlir import grlir

ret = grlir(clip)
```

See `__init__.py` for the description of the parameters.