Skip to content
/ vs-ffdnet Public
forked from Kevlar604/vs-ffdnet

FFDNet function for VapourSynth

License

Notifications You must be signed in to change notification settings

NSQY/vs-ffdnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

FFDNet function for VapourSynth

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%