Home

Awesome

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

<img src="./img/hdr_teaser.jpg" width="800">

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

git clone https://github.com/elliottwu/DeepHDR.git
cd DeepHDR
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:

Train

cd dataset
sh download_dataset.sh
cd ..
cd dataset
python convert_to_tfrecord.py
cd ..
sh train.sh
tensorboard --logdir=logs --port=8888

Citation

@InProceedings{Wu_2018_ECCV,
  author = {Wu, Shangzhe and Xu, Jiarui and Tai, Yu-Wing and Tang, Chi-Keung},
  title = {Deep High Dynamic Range Imaging with Large Foreground Motions},
  booktitle = {The European Conference on Computer Vision (ECCV)},
  month = {September},
  year = {2018}
}