Giter Club home page Giter Club logo

dbsrcnn's Introduction

DBSRCNN

Deblurring Super-Resolution Convolutional Neural Network.

DBSRCNN Network

dbsrcnn arct

DBSRCNN-Keras

This code is to process the blurred low-resolution images to get deblurred high-residual images.

If this code is helpful for you, please cite this paper: Image Deblurring And Super-Resolution Using Deep Convolutional Neural Networks, F. Albluwi, V. Krylov and R. Dahyot, IEEE International Workshop on Machine Learning for Signal Processing (MLSP 2018 http://mlsp2018.conwiz.dk/home.htm ), September 2018, Aalborg, Danemark.

Dependencies

  1. Python 3.6.5
  2. TensorFlow 1.1.0.
  3. Keras 2.2.2.
  4. Matlab.
  5. Matconvnet.

Generating data

  1. blur images by gaussian filter (imgaussfilt) at different levels (sigma = 1, 2, 3 and 4).
  2. resize images with 'bicubic' function using upscaling factor = 3, published papers recently generally use Matlab to produce low-resolution image.
  3. For a fair comparison with SRCNN network; training set Yang91 is used.

Training

  1. generate training patches using matlab: run generate_train.m and generate_test.m.
  2. use Keras with TensorFlow (tf) as a backend to train DBSRCNN model; Adam is used to optimizing the network for fast convergence: run DBSRCNN_train.py to produce DBSRCNN_blur model.
  3. convert Keras model to .Mat for testing using Matconvnet: run load_save.py first, then run save_model.m to produce Matconvnet model.
  4. run NB_SRCNN_Concat_blur_test.m in β€œtest” folder to test the model; Set5 and Set14 are used as testing data.

Some Qualitative Results

img1 img6 img5

dbsrcnn's People

Contributors

fatma-albluwi 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.