Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

google/volux-gan

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

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published