Siyeong-Lee / Deep_Recursive_HDRI

BSD 3-Clause "New" or "Revised" License
18 stars 1 forks source link

Deep Recursive HDRI in Pytorch

paper

We provide PyTorch implementations for GAN-based mutliple exposure stack generation.

General

If you use the code for your research work, please cite our papers.

@inproceedings{lee2018deep,
  title={Deep recursive hdri: Inverse tone mapping using generative adversarial networks},
  author={Lee, Siyeong and Hwan An, Gwon and Kang, Suk-Ju},
  booktitle={Proceedings of the European Conference on Computer Vision (ECCV)},
  pages={596--611},
  year={2018}
}

Model inference

Note: We used the HDR Toolbox implementation of [Debevec and Malik 1997] to generate the results in our paper.

Model weight

Model Name model weight
Deep Recursive HDRI stopdown
stopup

License

Copyright (c) 2020, Siyeong Lee. All rights reserved.

The code is distributed under a BSD license. See LICENSE for information.