Skip to content

HolyWu/vs-swinir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwinIR

Image Restoration Using Swin Transformer, based on https://github.com/JingyunLiang/SwinIR.

Dependencies

Installation

pip install -U vsswinir
python -m vsswinir

Usage

from vsswinir import swinir

ret = swinir(clip)

See __init__.py for the description of the parameters.