Git Product home page Git Product logo

faster-to-see-in-the-dark's Introduction

Faster-to-See-in-the-Dark

It's a faster method for low-light image processing. This method can improve processing speed by at least 40%.

It also uses See-in-the-Dark (SID) dataset.

Setup

It uses the same dataset as Learning-to-See-in-the-Dark, so you can only download the model to start.

Use the following command to download the dataset or trained model and follow the prompts to select the downloaded content:

python utils/download.py

Also you can download directly from Google Drive:

Confirm the data structure is as follows:

~/
  dataset/
    Sony/
      long/
        .../
      short/
        .../
  checkpoint/
    Multi/
      model.ckpt.data-00000-of-00001
      model.ckpt.meta
    Unet/
      model.ckpt.data-00000-of-00001
      model.ckpt.meta

Start

Use the following command to train the model:

python train.py

Use the following commands to test:

python test.py

Use the following commands to compare the improved method with basic method:

python compare.py

Result

Rusult

Use i5-8500 and GTX-1070 to compare:

Method End2End fps
Basic 1.1100
Improved 1.5676

faster-to-see-in-the-dark's People

Contributors

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