Click here to Skip to main content
15,893,564 members
Articles / Artificial Intelligence / Machine Learning

Training a Custom Object Detection Model on Azure Custom Vision Part 3: Deploying and Running the Model

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
17 Mar 2022CPOL6 min read 5.1K   2  
In this article we demonstrate how to deploy a Custom Vision model on a Raspberry Pi device to detect pedestrians in front of a vehicle.
Here we download a copy of the trained model for offline use. Then, we show how to write a simple Python app that can pull images from a camera multiple times per second, run through the model, and determine if a pedestrian has stepped into the field of view.

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