You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/custom-vision-service/custom-vision-onnx-windows-ml.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ manager: nitinme
8
8
9
9
ms.service: azure-ai-custom-vision
10
10
ms.topic: how-to
11
-
ms.date: 01/22/2024
11
+
ms.date: 02/21/2025
12
12
ms.author: pafarley
13
13
#Customer intent: As a developer, I want to use a custom vision model with Windows ML.
14
14
---
15
15
16
16
# Use an ONNX model from Custom Vision with Windows ML (preview)
17
17
18
-
Learn how to use an ONNX model exported from the Custom Vision service with Windows ML (preview). You'll use an example UWP application with your own trained image classifier.
18
+
Learn how to use an ONNX model exported from the Custom Vision service with Windows ML (preview). You'll use an example application with your own trained image classifier.
19
19
20
20
## Prerequisites
21
21
@@ -24,9 +24,9 @@ Learn how to use an ONNX model exported from the Custom Vision service with Wind
24
24
* Visual Studio 2017 version 15.7 or later with the __Universal Windows Platform development__ workload enabled.
25
25
* Developer mode enabled on your PC. For more information, see [Enable your device for development](/windows/uwp/get-started/enable-your-device-for-development).
26
26
27
-
## About the example app
27
+
## About the example application
28
28
29
-
The included application is a generic Windows UWP app. It allows you to select an image from your computer and process it using a locally stored classification model. The tags and scores returned by the model are displayed next to the image.
29
+
The included application is a generic Universal Windows Platform (UWP) app. It allows you to select an image from your computer and process it using a locally stored classification model. The tags and scores returned by the model are displayed next to the image.
30
30
31
31
## Get the application
32
32
@@ -53,7 +53,7 @@ To use your own image classifier model, follow these steps:
53
53
1. Use the `F5` to build and run the project.
54
54
1. Select button to select image to evaluate.
55
55
56
-
## Next steps
56
+
## Related content
57
57
58
58
To discover other ways to export and use a Custom Vision model, see the following documents:
0 commit comments