Tensorflow implementation of the paper "VoLux-GAN: A Generative Model for 3D Face Synthesis with HDRI Relighting", SIGGRAPH 2022.
- Python 3.6
- TensorFlow 2.0
- Tensorflow-Addon
- gin-config
- OpenCV
- ImageIO
- gdown
pip install -r requirements.txt --user
bash download.sh
Check out ./inference_demo.ipynb
for toy examples.
If you find this code useful in your research, please cite:
@article{tan2022volux,
title={VoLux-GAN: A Generative Model for 3D Face Synthesis with HDRI Relighting},
author={Tan, Feitong and Fanello, Sean and Meka, Abhimitra and Orts-Escolano, Sergio and Tang, Danhang and Pandey, Rohit and Taylor, Jonathan and Tan, Ping and Zhang, Yinda},
journal={ACM SIGGRAPH},
year={2022}
}