GithubHelp home page GithubHelp logo

keerthan2 / residual-channel-attention-network Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 1.13 MB

Unofficial Tensorflow implementation of "Image Super-Resolution Using Very Deep Residual Channel Attention Networks", ECCV 2018

Python 93.33% MATLAB 5.42% Shell 0.73% M 0.52%

residual-channel-attention-network's Introduction

Residual-Channel-Attention-Network

Unofficial Tensorflow implementation of "Image Super-Resolution Using Very Deep Residual Channel Attention Networks", ECCV 2018, [arXiv]

Train

  1. Training Dataset is 800 training + 100 validtion images of DIV2K dataset.The TFRecords for the same and npz files of the benchmark dataset can be found in the drive link.

  2. Maintain the following Directory structure

Directory_Tree

  1. cd to code. Specify the scale of upsampling by '--scale'. Default value is 4.

  2. Run python3 training.py

Inference

Run python3 infer.py . The output will be stored in results.

Evaluation (NOTE : THIS REQUIRES MATLAB)

  1. cd to eval

  2. Run ./matlab_eval.sh

Sample Results for x4 upsampling

Note that all the results shown below are obtained from limited period of training. Accuracy can be improved when trained for more duration.

Ground Truth Predicted

Results obtained are in Y channel. We can perform Bicubic interpolation in Cr and Cb channels and merge with the predicted Y channel.

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.