Deep High Dynamic Range Imaging Benchmark
![](https://www.deeplearningdaily.com/wp-content/uploads/2022/02/deep-high-dynamic-range-imaging-benchmark_61fda5853887d-375x210.jpeg)
This repository is the pytorch implementation of various High Dynamic Range (HDR) Imaging algorithms. Please find the details below.
Maintenance and Contributors
Requirements
- pytorch==1.4.0
- opencv-python
- scikit-image==0.17.2
ToDo List
- adaptive padding
- add more baselines
Supported Algorthms
- DeepHDR [1]
- NHDRRNet [2]
- AHDR [3]
- DAHDR [4]
Instruction
- download the Kalantari dataset via: [link], and organize the dataset as follows:
dataset
│
└───Traning
│ │ 001
│ │ 002
│ │ 003
│ | ...
│
└───Test
│ 001
│ 002