Code Monkey home page Code Monkey logo

vdsr-tf-kweisamx's Introduction

Implement VDSR with TensorFlow

GitHub license


Introduction

We present a highly accurate single-image super-resolution (SR) method, learn residuals only and use extremely high learning rates enabled by adjustable gradient clipping


Environment

  • Ubuntu 16.04
  • Python 2.7.12

Dependency

pip

  • Tensorflow
  • Opencv
  • h5py

If you meet the problem with opencv when run the program

libSM.so.6: cannot open shared object file: No such file or directory

please install dependency package

sudo apt-get install libsm6
sudo apt-get install libxrender1

How to train

python main.py

if you want to see the flag

python main.py -h

trainning with 10 layer (default is 20)

python main.py --layer 10

How to test

If you don't input a Test image, it will be default image

python main.py --is_train False

then result will put in the result directory

if you want to see the result with custom layer ,ex: 10 layer

python main.py --is_train False --layer 10

If you want to Test your own iamge

use test_img flag

python main.py --is_train False --test_img Train/t20.bmp

then result image also put in the result directory


Result

  • Origin

    Imgur

    Imgur

  • Bicbuic

    Imgur

  • Result

    Imgur


Reference

kweisamx/SRCNN

vdsr-tf-kweisamx's People

Contributors

kweisamx 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.