Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Running an Object Detection Model Using Intel® DevCloud for the Edge

10 Feb 2021 1  
How to run an Object Detection Model Using Intel® DevCloud for the Edge

This article is in the Product Showcase section for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers.

Introduction

Intel® DevCloud for the Edge is a remote development environment that enables users to develop, prototype, benchmark, and test AI inference applications on Intel Hardware with minimal setup. The minimal setup is key. The Intel® DevCloud for the Edge comes pre-installed with both the most recent and LTS (Long Term Support) release of the Intel® Distribution of OpenVINO™ Toolkit.

In addition to having pre-installed software, all supporting devices are configured for optimal performance and ready for inference execution. To ease the burden on the developer who is just getting started, Intel® DevCloud for the Edge also has sample applications and tutorials to assist developers starting from scratch. However, users can still upload their own standalone applications onto the Intel® DevCloud for the Edge and test performance with a vast array of hosted hardware, saving time and money.

Learn more DevCloud.Intel.com/Edge

Register for Free here

Object Detection Tutorial

The Object Detection Tutorial is a great tutorial to start with as a new user of the Intel® DevCloud For the Edge. This tutorial allows the user to dive into what it takes to perform an Object Detection task by using a pre-trained CNN MobileNet-SSD, Intel® Distribution of OpenVINO™ toolkit for inference, and the ability to run inference on Intel’s CPUs, GPUs, VPUs, and accelerator devices. All software and hardware dependencies are setup so all you have to do is login, load the Jupyter notebook, and follow along. The tutorial not only shows you how to use Intel® Distribution of OpenVINO toolkit APIs, but also gives you the flexibility to use your own images or video and pre-trained AI model if the ones used in the tutorial don’t satisfy your use case.

Next Steps: How To Register

To get started, open a browser (preferably Chrome) and navigate to https://devcloud.intel.com/edge/. Click “Sign in” and a pop up will appear where you’ll want to click “Register”.

Image 1

Fill out the form to the best of your ability and then click “Submit”.

Image 2

We take security very seriously, so you will get an email with a link; click it and then on the new window, click “Submit email” which will send a code to the email you signed up with. Enter the code and press ”Submit”.

Image 3

Lastly, read, then accept the terms and conditions and you are completely registered.

Image 4

Now you can go try the Object Detection Tutorial.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here