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/faq.yml
+41-41Lines changed: 41 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -16,81 +16,81 @@ metadata:
16
16
title: Custom Vision frequently asked questions
17
17
summary: |
18
18
> [!TIP]
19
-
> If you can't find answers to your questions in this FAQ, try asking the Computer Vision API community on [StackOverflow](https://stackoverflow.com/questions/tagged/project-oxford+or+microsoft-cognitive) or contact Help and Support on [UserVoice](https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858)
19
+
> If you can't find answers to your questions in this FAQ, ask the Computer Vision API community on [StackOverflow](https://stackoverflow.com/questions/tagged/project-oxford+or+microsoft-cognitive) or contact Help and Support on [UserVoice](https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858)
20
20
21
21
22
22
sections:
23
-
- name: General Computer Vision questions
23
+
- name: Ignored
24
24
questions:
25
-
- question: |
25
+
- question: |
26
26
Can I stop training once it has started?
27
-
answer: |
27
+
answer: |
28
28
There is no way to cancel a training once it has been started.
29
-
- question: |
29
+
- question: |
30
30
Where is my subscription key?
31
31
answer: |
32
32
You can find your subscription key in the Azure portal, under the **key and endpoint** tab.
33
-
- question: |
34
-
Where is my prediction resource id?
33
+
- question: |
34
+
Where is my prediction resource ID?
35
35
answer: |
36
36
You can find the prediction resource ID on the resource's **Properties** tab in the Azure portal, listed as **Resource ID**.
37
-
- question: |
37
+
- question: |
38
38
Does my Custom vision prediction endpoint accept base64 encoded images?
39
-
answer: |
39
+
answer: |
40
40
Yes. We recommend using open-source libraries that help you convert URL images to base64 encoded images and back. The OpenCV and Pillow libraries are popular with our customers for image conversion.
41
-
- question: |
41
+
- question: |
42
42
Is Custom Vision available in my region?
43
-
answer: |
43
+
answer: |
44
44
You can find the region availability for Custom Vision on the [Region support](https://azure.microsoft.com/global-infrastructure/services/?products=cognitive-services) page.
45
-
- question: |
46
-
Will I have to re-label images if I change domains in a project?
47
-
answer: |
48
-
You can switch domains in the project without re-labeling, as long as you keep the same supervised learning domain (object detection or image classification).
49
-
- question: |
50
-
Once I have trained a Custom Vision model, can I manage/deploy the same model to different regions?
51
-
answer: |
45
+
- question: |
46
+
Will I have to relabel images if I change domains in a project?
47
+
answer: |
48
+
You can switch domains in the project without relabeling, as long as you keep the same supervised learning domain (object detection or image classification).
49
+
- question: |
50
+
Once I've trained a Custom Vision model, can I manage/deploy the same model to different regions?
51
+
answer: |
52
52
We don't have a use case for publishing a model to a different region, but we do offer the ability to export/import a project into different regions. See [Copy and back up Custom Vision projects](https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/copy-move-projects).
53
-
- question: |
53
+
- question: |
54
54
What is the difference between Custom Vision and AutoML?
55
-
answer: |
55
+
answer: |
56
56
Custom Vision is a tool for easily building computer vision models without needing to have any data science or ML knowledge. These models are pre-trained using datasets optimized for specific domains.
57
57
58
-
Sometimes, your scenario might require more control over model training, deployment and the end-to-end ML lifecycle. AutoML is the ideal solution when when you need this additional control, and it's addressed to customers with ML knowledge, to boost their productivity when building computer vision models.
59
-
- question: |
58
+
Sometimes, your scenario might require more control over model training, deployment and the end-to-end ML lifecycle. AutoML is the ideal solution when you need this extra control, and it's addressed to customers with ML knowledge.
59
+
- question: |
60
60
Does Custom Vision support polygon bounding boxes?
61
-
answer: |
61
+
answer: |
62
62
No, we only support rectangle bounding boxes.
63
63
64
-
- question: |
64
+
- question: |
65
65
What is the difference between the free and standard pricing tiers?
66
-
answer: |
66
+
answer: |
67
67
See the [Limits and quotas](https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/limits-and-quotas) page.
68
68
69
-
- question: |
69
+
- question: |
70
70
How can users be added to a Cognitive Services multi-service account to collaborate on a Custom Vision project in the web portal?
71
-
answer: |
72
-
You can use RBAC roles to give specific users access to collaborate on a custom vision portal project. See the [Role-based access control docs](https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/role-based-access-control)
73
-
- question: |
71
+
answer: |
72
+
You can use Azure RBAC roles to give specific users access to collaborate on a custom vision portal project. See the [Role-based access control docs](https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/role-based-access-control)
73
+
- question: |
74
74
Can training images be exported with the tags that were added in the Custom Vision portal?
75
-
answer: |
76
-
Yes, you can use the [GetImages API](https://southcentralus.dev.cognitive.microsoft.com/docs/services/Custom_Vision_Training_3.3/operations/5eb0bcc6548b571998fddeb4) for this.
75
+
answer: |
76
+
Yes, you can use the [GetImages API](https://southcentralus.dev.cognitive.microsoft.com/docs/services/Custom_Vision_Training_3.3/operations/5eb0bcc6548b571998fddeb4) to export with tags.
77
77
78
-
- question: |
79
-
I'm getting the message, `Can’t train just yet. Reserved budget in hours is not enough to do advanced training`. What should I do?
80
-
answer: |
78
+
- question: |
79
+
I'm getting the message, `Can't train just yet. Reserved budget in hours is not enough to do advanced training`. What should I do?
80
+
answer: |
81
81
If you get this message, you need to increase your training budget to train a higher volume of images.
82
82
83
-
- question: |
83
+
- question: |
84
84
My project training took many hours to complete. Why is the turnaround time so long?
85
-
answer: |
86
-
42 hours is the maximum compute hours that can be used for training. However, this is different from wall clock hours: with N compute hours reserved, it does not mean the training will finish right at 42 hours.
85
+
answer: |
86
+
42 hours is the maximum compute hours that can be used for training. However, this is different from wall clock hours: with N compute hours reserved, it doesn't mean the training will finish right at 42 hours.
87
87
88
-
As we do parallel training in the backend (multiple compute nodes running at the same time), it is possible the operation might finish within 32 hours, but customers will see a 42-hour billing.
88
+
As we do parallel training in the backend (multiple compute nodes running at the same time), it's possible the operation might finish within 32 hours, but customers will see a 42-hour billing.
89
89
90
-
In a high-usage period when many customers are training, the GPU resources could be tight, so the job may stay in the queue and not finish within 42 hour time frame. However, it is guaranteed that customers won't be charged for more than 42 hours.
90
+
In a high-usage period when many customers are training, the GPU resources could be tight, so the job may stay in the queue and not finish within 42 hour time frame. However, it's guaranteed that customers won't be charged for more than 42 hours.
91
91
92
-
- question: |
92
+
- question: |
93
93
How can I write logs on this service?
94
-
answer: |
94
+
answer: |
95
95
Use [Diagnostic logging](https://docs.microsoft.com/azure/cognitive-services/diagnostic-logging).
0 commit comments