Skip to content

HanbumKo/DnCNN-JPEG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A Tensorflow implementation of DnCNN, 'Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising' TIP2017, paper. Original code is here but this code covers only a Gaussian denoiser. So I fixed it for JPEG deblocking(only for quality factor : 10).

Model architecture

Alt text

Usage

Train

$ python generate_patches.py
$ python main.py

Test

$ python main.py --phase test

Result

input : Alt text output : Alt text

Reference

https://github.com/crisb-DUT/DnCNN-tensorflow

About

A tensorflow implementation of 'Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising' only for JPEG deblokcing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages