Skip to content

HolyWu/vs-scunet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCUNet

Practical Blind Denoising via Swin-Conv-UNet and Data Synthesis, based on https:/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.