Skip to content

Commit d5284a5

Browse files
committed
fix formatting
1 parent 6e2b495 commit d5284a5

File tree

1 file changed

+15
-15
lines changed
  • articles/cognitive-services/Custom-Vision-Service

1 file changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,65 +24,65 @@ sections:
2424
questions:
2525
- question: |
2626
Can I stop training once it has started?
27-
- answer: |
27+
answer: |
2828
There is no way to cancel a training once it has been started.
2929
- question: |
3030
Where is my subscription key?
31-
- answer: |
31+
answer: |
3232
You can find your subscription key in the Azure portal, under the **key and endpoint** tab.
3333
- question: |
3434
Where is my prediction resource id?
35-
- answer: |
35+
answer: |
3636
You can find the prediction resource ID on the resource's **Properties** tab in the Azure portal, listed as **Resource ID**.
3737
- question: |
3838
Does my Custom vision prediction endpoint accept base64 encoded images?
39-
- answer: |
39+
answer: |
4040
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.
4141
- question: |
4242
Is Custom Vision available in my region?
43-
- answer: |
43+
answer: |
4444
You can find the region availability for Custom Vision on the [Region support](https://azure.microsoft.com/global-infrastructure/services/?products=cognitive-services) page.
4545
- question: |
4646
Will I have to re-label images if I change domains in a project?
47-
- answer: |
47+
answer: |
4848
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).
4949
- question: |
5050
Once I have trained a Custom Vision model, can I manage/deploy the same model to different regions?
51-
- answer: |
51+
answer: |
5252
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).
5353
- question: |
5454
What is the difference between Custom Vision and AutoML?
55-
- answer: |
55+
answer: |
5656
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.
5757
5858
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.
5959
- question: |
6060
Does Custom Vision support polygon bounding boxes?
61-
- answer: |
61+
answer: |
6262
No, we only support rectangle bounding boxes.
6363
6464
- question: |
6565
What is the difference between the free and standard pricing tiers?
66-
- answer: |
66+
answer: |
6767
See the [Limits and quotas](https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/limits-and-quotas) page.
6868
6969
- question: |
7070
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: |
71+
answer: |
7272
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)
7373
- question: |
7474
Can training images be exported with the tags that were added in the Custom Vision portal?
75-
- answer: |
75+
answer: |
7676
Yes, you can use the [GetImages API](https://southcentralus.dev.cognitive.microsoft.com/docs/services/Custom_Vision_Training_3.3/operations/5eb0bcc6548b571998fddeb4) for this.
7777
7878
- question: |
7979
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: |
80+
answer: |
8181
If you get this message, you need to increase your training budget to train a higher volume of images.
8282
8383
- question: |
8484
My project training took many hours to complete. Why is the turnaround time so long?
85-
- answer: |
85+
answer: |
8686
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.
8787
8888
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.
@@ -91,6 +91,6 @@ sections:
9191
9292
- question: |
9393
How can I write logs on this service?
94-
- answer: |
94+
answer: |
9595
Use [Diagnostic logging](https://docs.microsoft.com/azure/cognitive-services/diagnostic-logging).
9696

0 commit comments

Comments
 (0)