Swin-Conv-UNet (SCUNet) denoising network The architecture of the proposed Swin-Conv-UNet (SCUNet) denoising network. SCUNet exploits the swin-conv (SC) block as the main building block of a UNet backbone. In each SC block, the input is first passed through a 1×1 convolution, and subsequ...
Practical Blind Denoising via Swin-Conv-UNet and Data Synthesis, based on https://github.com/cszn/SCUNet. Dependencies NumPy PyTorch 1.13 VapourSynth R55+ Installation pip install -U vsscunet python -m vsscunet Usage from vsscunet import scunet ret = scunet(clip) See __init__.py for the...