Detecting Objects and Their Locations

Object detection goes one step further than the image classification discussed in the previous chapter. Image classification just returns a label of class for an image, while object detection returns a list of objects identified in an image, along with a bounding box for each identified object. Modern object detection algorithms use deep learning to build models that can be used to detect and localize all kinds of objects in a single image. In the past few years, faster and more accurate object detection algorithms came one after another, and in June 2017, Google released the TensorFlow Object Detection API that incorporates several leading object detection algorithms.

In this chapter, we’ll first give ...

Get Intelligent Mobile Projects with TensorFlow now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.