Chapter 7. Computer Vision
In this chapter, we will implement deep neural networks related to processing data encoded as images, including video frames. These are the recipes we will cover:
- Augmenting images with computer vision techniques
- Classifying objects in images
- Localizing an object in images
- Segmenting classes in images with U-net
- Scene understanding (semantic segmentation)
- Finding facial key points
- Recognizing faces
- Transferring styles to images