This is the Pytorch implementation of our TCSVT 2022 paper UPHDR-GAN.
- Pytorch>=1.5.0
- Other requirements please refer to
requirements.txt
.
@article{li2022uphdr,
title={Uphdr-gan: Generative adversarial network for high dynamic range imaging with unpaired data},
author={Li, Ru and Wang, Chuan and Wang, Jue and Liu, Guanghui and Zhang, Heng-Yu and Zeng, Bing and Liu, Shuaicheng},
journal={IEEE Transactions on Circuits and Systems for Video Technology},
volume={32},
number={11},
pages={7532--7546},
year={2022},
publisher={IEEE}
}
In this project we use (parts of) the implementations of the following works:
We thank the respective authors for open sourcing of their implementations.