GithubHelp home page GithubHelp logo

kartheekkumar65 / on_red Goto Github PK

View Code? Open in Web Editor NEW

This project forked from edward-reehorst/on_red

0.0 1.0 0.0 75.71 MB

This repository is made to publish code used in "Regularization by Denoising: Clarifications and New Interpretations" by Reehorst, Schniter

License: Other

MATLAB 68.81% CMake 0.41% C 12.67% Python 4.01% HTML 14.09%

on_red's Introduction

This repository is made to publish code used in "Regularization by
Denoising: Clarifications and New Interpretations" by Reehorst, Schniter
https://arxiv.org/abs/1806.02296v2

This code can be used to recreate tables 1-3 and figures 1-9.
The figures and tables can be reproduced by their corresponding script:
tables 1-3      tables.m (change value of denoiser for the different
                denoisers)
figure 1:       cost_vs_fp_error.m
figure 2:       RED_cost_visualization.m (change value of denoiser for the
                different denoisers)
figure 3:       ADMM_iteration_test.m
figure 4-6:     algorithm_comparison.m (denoiser set to 'TNRD')
figure 7-9:     algorithm_comparison.m (denoiser set to 'DWT')

This code uses several third-party code libraries. Directions on use and
links to the original code can be found below.

Using DnCNN:
DnCNN works much faster with matconvnet (http://www.vlfeat.org/matconvnet/)
Once matconvnet is installed add {matconvnet root folder}/matlab to the
matlab path and run vl_setupnn and make sure the useMatConvnet variable is
set to true. If matconvnet is compiled with GPU support, set useGPU = true,
else set to false. If you do not use matconvnet, set useMatConvnet = false
to use DnCNN

Using TNRD:
TNRD is only supported by windows and linux (not mac)

Using TDT (implemented using Rice-Wavelet-Toolbox):
Run rwt/bin/compile.m before using the rwt.

Links to original third-party code:
RED     https://github.com/google/RED
BM3D    http://www.cs.tut.fi/~foi/GCF-BM3D/index.html#ref_software
TNRD    https://pan.baidu.com/s/1geNQP0J
DnCNN   https://github.com/cszn/DnCNN
nlm     https://www.mathworks.com/matlabcentral/fileexchange/52018-simple-non-local-means-nlm-filter
rwt     https://github.com/ricedsp/rwt

on_red's People

Contributors

reehorst avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.