HolyWu / vs-scunet

SCUNet function for VapourSynth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SCUNet

Practical Blind Denoising via Swin-Conv-UNet and Data Synthesis, based on https://github.com/cszn/SCUNet.

Dependencies

Installation

pip install -U vsscunet
python -m vsscunet

Usage

from vsscunet import scunet

ret = scunet(clip)

See __init__.py for the description of the parameters.

About

SCUNet function for VapourSynth

License:Apache License 2.0


Languages

Language:Python 100.0%