Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cszn authored Aug 23, 2018
1 parent 9e93d18 commit d2403fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# [DnCNN](http://www4.comp.polyu.edu.hk/~cslzhang/paper/DnCNN.pdf)
# [Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising](http://ieeexplore.ieee.org/document/7839189/)

# New Training and Testing Codes ([Keras](https://keras.io/))

# Training
- [DnCNN-keras](https://github.com/cszn/DnCNN/tree/master/TrainingCodes/dncnn_keras)

# Training ([Matconvnet](http://www.vlfeat.org/matconvnet/))

- [Simplenn](http://www.vlfeat.org/matconvnet/wrappers/) version
* [DnCNN_TrainingCodes_v1.1](https://github.com/cszn/DnCNN/tree/master/TrainingCodes/DnCNN_TrainingCodes_v1.1)

- [DagNN](http://www.vlfeat.org/matconvnet/wrappers/) version
* [DnCNN_TrainingCodes_DagNN_v1.1](https://github.com/cszn/DnCNN/tree/master/TrainingCodes/DnCNN_TrainingCodes_DagNN_v1.1)

# Testing
# Testing (Matconvnet or only matlab)

- [demos] `Demo_test_DnCNN-.m`.

Expand Down

0 comments on commit d2403fa

Please sign in to comment.