Skip to content

zaccharieramzi/tf-eldrn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow implementation of the ELDRN

Build Status

The MWCNN is a network introduced by Aditi Panda et al. in "Exponential linear unit dilated residual network for digital image denoising", Journal of Electronic Imaging 2018. If you use this network, please cite their work appropriately.

I could not find the official implementation for this work.

The goal of this implementation in TensorFlow is to be easy to read and to adapt:

  • all the code is in one file
  • defaults are those from the paper (for gray image denoising)
  • there is no other imports than from TensorFlow