Image Restoration Using Swin Transformer, based on https://github.com/JingyunLiang/SwinIR.
- NumPy
- PyTorch 1.13
- VapourSynth R55+
pip install -U vsswinir
python -m vsswinir
from vsswinir import swinir
ret = swinir(clip)
See __init__.py
for the description of the parameters.