Technical requirements
In order to run the example code snippets in this book, you need to have a computer, ideally with a GPU with about 8 GB of GPU memory. Running code snippets only using CPUs is not impossible but will be extremely slow. The recommended computer configuration is as follows:
- A GPU device – for example, Nvidia GTX series or RTX series with at least 8 GB of memory
- Python 3.7+
- The PyTorch and PyTorch3D libraries
The code snippets for this chapter can be found at https://github.com/PacktPublishing/3D-Deep-Learning-with-Python.