Installing TensorFlow Graphics

Stable builds

TensorFlow Graphics depends on TensorFlow 1.13.1 or above. Nightly builds of TensorFlow (tf-nightly) are also supported.

To install the latest CPU version from PyPI, run the following:

# Installing with the `--upgrade` flag ensures you'll get the latest version.
pipinstall--upgradetensorflow-graphics

and to install the latest GPU version, run:

# Installing with the `--upgrade` flag ensures you'll get the latest version.
pipinstall--upgradetensorflow-graphics-gpu

For additional installation help, guidance installing prerequisites, and (optionally) setting up virtual environments, see the TensorFlow installation guide.

Installing from source - macOS/Linux

You can also install from source by executing the following commands:

gitclonehttps://github.com/tensorflow/graphics.git
shbuild_pip_pkg.sh
pipinstall--upgradedist/*.whl

Installing optional packages - Linux

To use the TensorFlow Graphics EXR data loader, OpenEXR needs to be installed. This can be done by running the following commands:

sudo apt-get install libopenexr-dev
pip install --upgrade OpenEXR

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2021年01月28日 UTC.