...

/

Building an Object Detector using Web Portal

Building an Object Detector using Web Portal

Learn to build an Object Detector model using Azure Custom Vision's Web portal.

We'll cover the following...

Introduction

In this lesson, we’ll use the Web portal to build an object detector that will identify the location of an object in an image. For the sake of simplicity, we will only use forks and tag their location in the images for training the model. You can download the dataset and the test image by clicking the download icon below:

fork-image-dataset.zip
test_image.jpg

Implementation

Now let’s move ahead and implement the functionality. You can follow the steps shown in the slides below to create an object detector using the Azure custom vision’s web portal.

  • Steps 1 and 2: Visit the Custom Vision portal and sign in with your credentials. You will get an option to create a new project. Select the “New Project” ...