Object Detection

Object detection returns the bounding box for each object found in a supplied image. For example, if an image contains a dog, cat and person, the operation will list those objects with their coordinates in the image. It lets the user identify the area an object exists aswell as to determine whether there are multiple instances of the same object in an image. The response also includes the models confidence score (0-100%) that an object lies within the returned bounding box coordinates. Read more here. Find out how to set up your own Object Detection project here.

The demo below highlights and returns the detected object and bounding boxes using Azure Object Detection.


Adjust model confidence, font size and colour for clearer results.

Please upload an image* with text, in PNG, JPEG, or JPG format.

Your Image
Returned Image

Example: User Supplied Image

Example: Object Detection Returned Image



*All images are stored for 5 minutes and then deleted from the server.

Author: Henry Taylor | Email: henrytaylor@microsoft.com

Copyright: Microsoft.