Technical requirements
To run the example code snippets in this book, ideally, you need to have a computer with a GPU. However, running the code snippets with only CPUs is not impossible.
The following are the recommended computer configurations:
- A GPU from, for example, the NVIDIA GTX series or RTX series with at least 8 GB of memory
- Python 3
- The PyTorch library and PyTorch3D libraries
- Detectron2
- The Mesh R-CNN repository, which can be found at https://github.com/facebookresearch/meshrcnn
The code snippets for this chapter can be found at https://github.com/PacktPublishing/3D-Deep-Learning-with-Python.