July 2020
Intermediate to advanced
467 pages
9h 44m
English
The focus of this chapter is on two critical capabilities of computer vision: object detection and object tracking. In general and in the context of a set of images, object detection provides the ability to identify one or more objects in an image, and object tracking provides the ability to track a detected object across a set of images. In previous chapters, we explored the technical aspects of training deep learning models to detect objects. In this chapter, we will explore a simple example of putting that knowledge ...