Coder Social home page Coder Social logo

ntire2020_sysu-air's Introduction

A-Fast-Feedback-Network-for-Large-Scale-Image-SR

FFNSR @ NTIRE 2020

This repository is Pytorch code for our proposed FFNSR.

The code is developed by team sysu-AIR, and tested on Ubuntu 18.04 environment (Python 3.6, PyTorch 1.4.0, CUDA 10.1) with 2080Ti GPUs.The details about our proposed FFNSR can be found in our factsheet.

Contents

  1. FFNSR
  2. Requirements
  3. Test
  4. Train
  5. Result

FFNSR

The sysu-AIR team proposed A Fast Feedback Network for Large Scale Image Super-Resolution. Inspired by SRFBN and IMDN, the proposed FFNSR is still reserved the RNN structure but with a information multi-distillation module (IMDM), which can benefit image SR tasks and accelerate inference speed.

  • Number of parameters: 2,099,625

  • Average PSNR on validation data: 29.01096 dB

  • Average inference time (RTX 2080 Ti) on validation data: 4.35 second

    Note: We selected the best average inference time among three trials

Requirements

  • Python 3 (Anaconda is recommended)
  • skimage
  • imageio
  • Pytorch (Pytorch version >=0.4.1 is recommended)
  • tqdm
  • pandas
  • cv2 (pip install opencv-python)

Test

Quick start

  1. Clone this repository:

    git clone https://github.com/jzrita/NTIRE2020_sysu-AIR.git
  2. Download our pre-trained model from the links below, unzip the models and place them to ./models.

    Click_here_to_download (code: a3mu)

  3. CD the folder and install the requirements:

    cd NTIRE2020_sysu-AIR && pip install -r requirements.txt
  4. Place the LR pictures to ./picture.

    ./picture/1601.png
    ./picture/1602.png
    ./picture/1603.png
    ...
  5. Edit ./options/test/test_SRFBN_example.json for your needs according to ./options/test/README.md.

  6. Then run the following commands to test the model:

     python test.py

Train

  1. Edit ./options/train/train_SRFBN.json for your needs according to ./options/train/README.md.

  2. Run command to train the model:

    cd NTIRE2020_sysu-AIR
    python train.py
  3. You can monitor the training process in ./experiments.

Result

  1. Download and view our test result.

    Click_here_to_download (code: fiz9)

ntire2020_sysu-air's People

Contributors

sysu17364012 avatar jzrita avatar

Stargazers

Anwar Alsulami avatar  avatar Cheng Ding avatar So Uchida avatar okamotot avatar J.Liu avatar  avatar opteroncx 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.