Skip main navigation

What is object detection?

Read this article to learn about object detection.

In the previous step, we received a brief introduction to this activity and we also saw the learning outcomes. In this step, we will learn about object detection.

Let’s look at an example of object detection. Consider the following image:

Various pieces of fruit(Take a closer look)

An object detection model might be used to identify the individual objects in this image and return the following information:

A banana, and orange, and an apple, each indicated by a bounding box and a probability scoreF(Take a closer look)

Notice that an object detection model returns the following information:

  • The class of each object identified in the image.
  • The probability score of the object classification (which you can interpret as the confidence of the predicted class being correct)
  • The coordinates of a bounding box for each object.
Note:
Object detection vs. image classification

Image classification is a machine learning based form of computer vision in which a model is trained to categorize images based on the primary subject matter they contain. Object detection goes further than this to classify individual objects within the image, and to return the coordinates of a bounding box that indicates the object’s location.

In the following step, we will learn about getting started with object detection on Azure. Remember to click on Mark as complete and then Next to continue.

This article is from the free online

Introduction to Microsoft Azure AI Fundamentals

Created by
FutureLearn - Learning For Life

Reach your personal and professional goals

Unlock access to hundreds of expert online courses and degrees from top universities and educators to gain accredited qualifications and professional CV-building certificates.

Join over 18 million learners to launch, switch or build upon your career, all at your own pace, across a wide range of topic areas.

Start Learning now