Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Latest commit

 

History

History
44 lines (26 loc) · 2.8 KB

CustomVisionSetup.md

File metadata and controls

44 lines (26 loc) · 2.8 KB

Custom Vision Setup

This is where you can create and manage your own models. In case you have used the Face Identification Setup in the kiosk this will look very familiar to you. It integrates with Bing Images very nicely, which literally makes the task of creating a classifier a matter of seconds.

You can get to the Custom Vision Setup page by clicking on the ‘+’ button near the Project selector in the Custom Vision Explorer page. The Setup page will prompt you for API keys. In case you don’t have keys for the service you can find the key acquisition steps by clicking on the Settings button on the top-right of the Setup page.

Image Classification model: alt text

Object Detection model: alt text

Camera integration during the Custom Vision Setup workflow

When you are creating your image classifiers the web cam capture can come in very handy. You can just enable auto-capture in the UI and spend a few seconds moving the object in front of the camera while it captures photos from several angles.

alt text

Setup Object Detection model

This is how you can create and manage your own object detection model. When you tag images in object detection project, you need to specify the region of each tagged object.

alt text

Export your Custom Vision models

Also you can export your Custom Vision models and run them offline in the Realtime Image Classification and Realtime Object Detection demo.

alt text

Key Source Code