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/cognitive-services/Custom-Vision-Service/select-domain.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,23 @@
1
1
---
2
-
title: "Select appropriate domain for your project"
2
+
title: "Select a domain for a Custom Vision project - Computer Vision"
3
3
titleSuffix: Azure Cognitive Services
4
4
description: This article will show you how to select a domain for your project in the Custom Vision Service.
5
5
services: cognitive-services
6
6
author: shonohs
7
-
manager:
8
-
7
+
manager: nitinme
9
8
ms.service: cognitive-services
10
9
ms.subservice: custom-vision
11
10
ms.topic: conceptual
12
-
ms.date: 02/14/2020
11
+
ms.date: 03/06/2020
13
12
ms.author: shono
14
13
---
15
14
16
-
# Choose an appropriate domain for you project
17
-
On the project settings windows, you can select a domain for your project. Choose a domain which is closest to your scenario.
15
+
# Select a domain for a Custom Vision project
16
+
17
+
From the settings blade for your Custom Vision project, you can select a domain for your project. Choose the domain that is closest to your scenario.
18
18
19
19
## Image Classification
20
+
20
21
|Domain|Purpose|
21
22
|---|---|
22
23
|__Generic__| Optimized for a broad range of image classification tasks. If none of the other domains are appropriate, or you're unsure of which domain to choose, select the Generic domain.|
@@ -35,7 +36,8 @@ On the project settings windows, you can select a domain for your project. Choos
35
36
|__Compact domains__| Optimized for the constraints of real-time object detection on edge devices.|
36
37
37
38
## Compact domains
38
-
The models generated by compact domains can be exported to run locally. The model performance varies by the selected domain. In the table below, we report the model size and inference time on Intel Desktop CPU and NVidia GPU[^1]. Note that these numbers don't include preprocessing and postprocessing time.
39
+
40
+
The models generated by compact domains can be exported to run locally. Model performance varies by selected domain. In the table below, we report the model size and inference time on Intel Desktop CPU and NVidia GPU[^1]. Note: these numbers don't include preprocessing and postprocessing time.
When a compact domain is selected an extra option "Export Capabilities" is provided allowing for distinguishing between "Basic Platforms" and "Vision AI Dev Kit".
When "Vision AI Dev Kit" is selected the "Generic", "Landmarks", and "Retail" but not the "Food" compact domains are available for Image Classification while both "General (compact)" and "General (compact) [S1]" are available for object detection.
53
-
57
+
When _Vision AI Dev Kit_ is selected the _Generic_, _Landmarks_, and _Retail_ but not the _Food_ compact domains are available for Image Classification while both _General (compact)_ and _General (compact) [S1]_ are available for object detection.
54
58
55
59
>[!NOTE]
56
60
>__General (compact)__ domain for Object Detection requires special postprocessing logic. For the detail, please see an example script in the exported zip package. If you need a model without the postprocessing logic, use __General (compact) [S1]__.
0 commit comments