Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 2.15 KB

File metadata and controls

41 lines (29 loc) · 2.15 KB

Image Banner

HDR Plus Python

Implementation with GUI for desktop of Google's HDR+ in Python using Halide bindings.

This repository is provided as is and is not maintained.

For our whitepaper see https://github.com/792x/HDR-Plus-Python/blob/master/HDRPlus2020.pdf

For the original paper see https://www.hdrplusdata.org/hdrplus.pdf

Data

This project uses the HDR+ Burst Photography Dataset. To download the subset of bursts used in this project, download the Google Cloud SDK and use the following command:

gsutil -m cp -r gs://hdrplusdata/20171106_subset .

Prerequisites

pip install -r requirements.txt

Examples

Input Output
Image Flowers_In Image Flowers Out
Image Chairs In Image Chairs Out
Image Sunflower In Image Sunflower Out

Graphical User Interface

Image GUI Image GUI Progress Bar

Footnote

This project was inspired by https://github.com/timothybrooks/hdr-plus