These are the recipes that we'll be covering in this chapter:
- Introduction to using GANs in order to produce 3D models
- Environment preparation
- Encoding 2D data and matching to 3D objects
- Code implementation – generator
- Code implementation – discriminator
- Code implementation – GAN
- Training this model