Coder Social home page Coder Social logo

deephdr's Introduction

ECCV'18: Deep High Dynamic Range Imaging with Large Foreground Motions

This is the implementation for Deep High Dynamic Range Imaging with Large Foreground Motions, Shangzhe Wu, Jiarui Xu, Yu-Wing Tai, Chi-Keung Tang, in ECCV, 2018. More results can be found on our project page.

Get Started

Prerequisites

Setup

  • Clone this repo:
git clone https://github.com/elliottwu/DeepHDR.git
cd DeepHDR
  • Download pretrained model: (~60MB)
sh download_pretrained.sh

Demo

sh test.sh

Tonemapping (post-processing)

Generated HDR images are in .hdr format, which may not be properly displayed in your image viewer directly. You may use Photomatix for tonemapping:

  • Download Photomatix free trial, which won't expire.
  • Load the generated .hdr file in Photomatix.
  • Adjust the parameter settings. You may refer to pre-defined styles, such as Detailed and Painterly2.
  • Save your final image in .tif or .jpg.

Train

  • Download Kalantari's dataset: (~8GB)
cd dataset
sh download_dataset.sh
cd ..
  • Prepare TFRecord: (this takes ~10 minutes)
cd dataset
python convert_to_tfrecord.py
cd ..
  • Start training:
sh train.sh
  • To monitor training using Tensorboard, copy the following to your terminal and open localhost:8888 in your browser
tensorboard --logdir=logs --port=8888

Citation

@article{szwuDeepHDR,
  author    = {Shangzhe Wu and Jiarui Xu and Yu{-}Wing Tai and Chi{-}Keung Tang},
  title     = {Deep High Dynamic Range Imaging with Large Foreground Motions},
  journal   = {CoRR},
  volume    = {abs/1711.08937},
  year      = {2017},
  url       = {http://arxiv.org/abs/1711.08937},
}

deephdr's People

Watchers

James Cloos avatar 刘国友 avatar  avatar paper2code - bot 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.