Skip to content

An unofficial PyTorch implementation of a image denoising network, called FFDNet.

License

Notifications You must be signed in to change notification settings

Aoi-hosizora/FFDNet_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFDNet_pytorch

  • A PyTorch implementation of a denoising network called FFDNet
  • Paper: FFDNet: Toward a Fast and Flexible Solution for CNN based Image Denoising - arxiv / IEEE

Dataset

Usage

  • Train
python3 ffdnet.py \
    --use_gpu \
    --is_train \
    --train_path './train_data/' \
    --model_path './models/' \
    --batch_size 768 \
    --epoches 80 \
    --val_epoch 5
    --patch_size 32 \
    --save_checkpoints 20 \
    --train_noise_interval 15 75 15 \
    --val_noise_interval 30 60 30 \
  • Test
python3 ffdnet.py \
    --use_gpu \
    --is_test \
    --test_path './test_data/color.png' \
    --model_path './models/' \
    --add_noise
    --noise_sigma 30

References

About

An unofficial PyTorch implementation of a image denoising network, called FFDNet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published