Click here to Skip to main content
15,888,273 members
Articles / Artificial Intelligence / Machine Learning

Training a Custom Object Detection Model on Azure Custom Vision Part 1: Gathering Data and Training the Model

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
15 Mar 2022CPOL6 min read 5.3K   2  
In this article we demonstrate how to train a model to detect the presence of a human in images.
Here we start with a data set that will let our model learn when and where a human is present in an image so we can use it to determine if a pedestrian has stepped in front of our vehicle. Then, we demonstrate how to use Azure Custom Vision train an object detection that can detect the presence and location of pedestrians.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Real World Custom Vision View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student
Ireland Ireland
C# Corner MVP, UGRAD alumni, student, programmer and an author.

Comments and Discussions