Skip to content

Commit d24d52d

Browse files
committed
rename tut; add to toc and index
1 parent a616c64 commit d24d52d

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

articles/cognitive-services/Custom-Vision-Service/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ landingContent:
9797
url: export-model-python.md
9898
- linkListType: tutorial
9999
links:
100+
- text: IoT Visual Alert app
101+
url: iot-visual-alert-tutorial.md
100102
- text: Logo detector for mobile
101103
url: logo-detector-mobile.md
102104

articles/cognitive-services/Custom-Vision-Service/iot-visual-alert-tutorial.md renamed to articles/cognitive-services/Custom-Vision-Service/iot-visual-alerts-tutorial.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: IoT Visual Alert sample"
2+
title: "Tutorial: IoT Visual Alerts sample"
33
titleSuffix: "Azure Cognitive Services"
44
description: In this tutorial, ...
55
services: cognitive-services
@@ -13,31 +13,31 @@ ms.date: 09/11/2019
1313
ms.author: pafarley
1414
---
1515

16-
# Tutorial: IoT Visual Alert sample
16+
# Tutorial: IoT Visual Alerts sample
1717

1818
This sample app illustrates how to use Azure Custom Vision to train a device with a camera to detect visual states. You can run this detection scenario on an IoT device by using an ONNX model exported from the Custom Vision service.
1919

2020
A visual state describes the content of an image: an empty room or a room with people, an empty driveway or a driveway with a truck, and so on. In the image below, you can see the app detect when a banana or an apple is placed in front of the camera.
2121

22-
![Animation of a UI labeling fruit in front of the camera](./media/iot-visual-alert-tutorial/scoring.gif)
22+
![Animation of a UI labeling fruit in front of the camera](./media/iot-visual-alerts-tutorial/scoring.gif)
2323

2424
This tutorial will show you how to:
2525
> [!div class="checklist"]
26-
> * Configure the sample app to use your Custom Vision and IoT Hub resources.
26+
> * Configure the sample app to use your own Custom Vision and IoT Hub resources.
2727
> * Use the app to train your Custom Vision project.
28-
> * Use the app to score new images in real time and send results to Azure.
28+
> * Use the app to score new images in real time and send the results to Azure.
2929
3030
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
3131

3232
## Prerequisites
3333

34-
* [Visual Studio 2015 or later](https://www.visualstudio.com/downloads/)
3534
* [!INCLUDE [create-resources](includes/create-resources.md)]
36-
* You'll also need to create an IoT Hub resource on Azure.
35+
* You'll also need to [create an IoT Hub resource](https://ms.portal.azure.com/#create/Microsoft.IotHub) on Azure.
36+
* [Visual Studio 2015 or later](https://www.visualstudio.com/downloads/)
3737
* Optionally, an IoT device running Windows 10 IoT Core version 17763 or higher. You can also run the app directly from your PC.
3838
* For Raspberry Pi 2 and 3, you can set up Windows 10 directly from the IoT Dashboard app. For other devices such as DrangonBoard, you'll need to flash it using the [eMMC method](https://docs.microsoft.com/windows/iot-core/tutorials/quickstarter/devicesetup#flashing-with-emmc-for-dragonboard-410c-other-qualcomm-devices). If you need help setting up a new device, see [Setting up your device](https://docs.microsoft.com/windows/iot-core/tutorials/quickstarter/devicesetup) in the Windows IoT documentation.
3939

40-
## About the app
40+
## About the Visual Alerts app
4141

4242
The IoT Visual Alerts app runs in a continuous loop, switching between four different states as appropriate:
4343

@@ -95,7 +95,7 @@ people, an empty desk, a desk with a toy truck, and so on).
9595

9696
Once the app has finished capturing images, it will upload them and then switch to the **Waiting For Trained Model** state. At this point, you need to go to the [Custom Vision portal](https://www.customvision.ai/) and build a model based on the new training images. The following animation shows an example of this process.
9797

98-
![Animation: tagging multiple images of bananas](./media/iot-visual-alert-tutorial/labeling.gif)
98+
![Animation: tagging multiple images of bananas](./media/iot-visual-alerts-tutorial/labeling.gif)
9999

100100
To repeat this process with your own scenario:
101101
1. Sign in to the [Custom Vision portal](http://customvision.ai).

articles/cognitive-services/Custom-Vision-Service/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
items:
4747
- name: Logo detector for mobile
4848
href: logo-detector-mobile.md
49+
- name: IoT Visual Alert app
50+
href: iot-visual-alert-tutorial.md
4951
- name: How-to guides
5052
items:
5153
- name: Test your model

0 commit comments

Comments
 (0)