Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 578 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 578 Bytes

FFDNet

FFDNet: Toward a Fast and Flexible Solution for CNN based Image Denoising

Ported from https://github.com/cszn/FFDNet

Dependencies

  • NumPy
  • PyTorch, preferably with CUDA. Note that torchvision and torchaudio are not required and hence can be omitted from the command.
  • VapourSynth

Installation

pip install --upgrade vsffdnet

Usage

from vsffdnet import FFDNet

ret = FFDNet(clip)

See __init__.py for the description of the parameters.