google / volux-gan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VoLux-GAN: A Generative Model for 3D Face Synthesis with HDRI Relighting

Tensorflow implementation of the paper "VoLux-GAN: A Generative Model for 3D Face Synthesis with HDRI Relighting", SIGGRAPH 2022.

Setup

  • Python 3.6
  • TensorFlow 2.0
  • Tensorflow-Addon
  • gin-config
  • OpenCV
  • ImageIO
  • gdown
pip install -r requirements.txt  --user

1. Download pretrained model and example HDRI.

bash download.sh

2. Inference on generating 3D face for visualization.

Check out ./inference_demo.ipynb for toy examples.

Citation

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}
}

About

License:Apache License 2.0


Languages

Language:Python 91.6%Language:Jupyter Notebook 7.9%Language:Shell 0.5%