FFDNet: Toward a Fast and Flexible Solution for CNN based Image Denoising
Ported from https://github.com/cszn/FFDNet
- NumPy
- PyTorch, preferably with CUDA. Note that
torchvision
andtorchaudio
are not required and hence can be omitted from the command. - VapourSynth
pip install --upgrade vsffdnet
from vsffdnet import FFDNet
ret = FFDNet(clip)
See __init__.py
for the description of the parameters.