Git Product home page Git Product logo

ditmnet-ldr2hdr's Introduction

DITMnet-ldr2hdr

ldr2hdr, fldr2hdr, optical filter, U-net

DITMnet:ldr2hdr via CNNs, detail in paper 《Method for Reconstructing a High Dynamic Range Image Based on a Single-shot Filtered Low Dynamic Range Image》accepted in Optics Express

original HDR dataset come from online: Fairchild-HDR {http://rit-mcsl.org/fairchild//HDRPS/HDRthumbs.html}, Funt-HDR {https://www2.cs.sfu.ca/~colour/data/} and DML-HDR {http://dml.ece.ubc.ca/data/DML-HDR/}.

2020-01-09

We have made further adjustments and optimizations based on the previous manuscripts and code. The details are as follows:

  1. Added virtual filter camera code for simulating physical optical filters, see "generate_data.py" or "generate_data_v1.py"

  2. Further optimized the code of the network structure to make it more clear and concise, see "src/archs.py"

  3. Integrated training, testing, and prediction code, see "main.py"

pipeline:

step 0: generate training pairs by "generate_data.py" or "generate_data_v1.py"

step 1: create network, in this paper, we create a multi-branch and multi-ouput CNNs network, detail in "src/archs.py"

step 2: train this network by "main.py". model type=0 Note that in this paper, we use two datasets, the first had been training and the last dataset (Funt-HDR) had no training.

step 3: test this network by "main.py". model type=1

step 4: predict the results by "main.py". model type=2

step 5: performance comparison by Matlab code

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.