Overview

Using the Google Cloud Vision API Object Detection feature, we can identify different objects such as chair, tables, bicycle, door, lamp, etc, in an image.

In this tutorial we are going to learn how to use Vision API’s object localization method to track both significant and less-prominent objects in an image.

Object localization identifies multiple objects in an image and provides a LocalizedObjectAnnotation for each object in the image. Each MARKDOWN_HASHff09a28a67c1f038a615bc03208eb6d4MARKDOWN_HASH identifies information about the object, the position of the object, and rectangular bounds for the region of the image that contains the object.

Documentation

https://cloud.google.com/vision/docs/object-localizer

Python Script