Skip to content

wahahahaya/DeGAN-noise_distribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeGAN_noise_distribution (practice)

Reference

Qiongshuai Lyu, Min Guo, Zhao Pei, DeGAN: Mixed noise removal via generative adversarial networks, Applied Soft Computing, Volume 95, 2020, 106478, ISSN 1568-4946,

Data

Architecture

I change the unet, because the paper's information can not match the paper's picture, so i use the most common unet to my generator. And I also change the loss function, because I thought that the ssim loss is more important than mse, so I give some different weight to different loss.

image

Requirement

  • numpy==1.19.2
  • Pillow==8.1.0
  • torch==1.7.1+cu110
  • torchaudio==0.7.2
  • torchvision==0.8.2+cu110
  • typing-extensions==3.7.4.3
pip install -r requirements.txt 

Our result

PSNR = 69.36

SSIM = 0.746

noise image

denoise image

ground truth

image

Proeblem

noise distribution only for case-by-case

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published