/vs-scunet

SCUNet function for VapourSynth

Primary LanguagePythonApache License 2.0Apache-2.0

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.