Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/holywu/vs-grlir
- Owner: HolyWu
- License: mit
- Created: 2023-04-16T14:49:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T03:06:22.000Z (over 1 year ago)
- Last Synced: 2024-10-22T19:42:14.048Z (3 months ago)
- Topics: grlir, pytorch, vapoursynth
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 grlirret = grlir(clip)
```See `__init__.py` for the description of the parameters.