Skip to content

Commit cee58eb

Browse files
authored
Update animated-characters-recognition.md
1 parent bcba90d commit cee58eb

File tree

1 file changed

+35
-37
lines changed

1 file changed

+35
-37
lines changed

articles/media-services/video-indexer/animated-characters-recognition.md

Lines changed: 35 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,41 @@ This section describes the steps you need to take to start using the animated ch
4949

5050
### Connect your Custom Vision account (paid accounts only)
5151

52-
If you own a Video Indexer paid account, you need to connect a Custom Vision account first. If you don’t have a Custom Vision account already, please create one. For more information, see [Custom Vision](https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/home).
52+
If you own a Video Indexer paid account, you need to connect a Custom Vision account first. If you don't have a Custom Vision account already, please create one. For more information, see [Custom Vision](../../cognitive-services/custom-vision-service/home.md).
53+
54+
> [!NOTE]
55+
> Both accounts need to be in the same region. The Custom Vision integration is currently not support in the Japan region.
56+
57+
#### Connect a Custom Vision account with API
58+
59+
Follow these steps to connect you Custom Vision account to Video Indexer, or to change the Custom Vision account that is currently connected to Video Indexer:
60+
61+
1. Browse to [www.customvision.ai](https://www.customvision.ai) and login.
62+
1. Copy the following keys:
63+
64+
* Training key (for the training resource)
65+
* Prediction key (for the prediction resource)
66+
* Endpoint
67+
* Prediction resource Id
68+
69+
> [!NOTE]
70+
> To provide all the keys you need to have two separate resources in Custom Vision, one for training and one for prediction.
71+
1. Browse and sign in to the [Video Indexer](https://vi.microsoft.com/).
72+
1. Click on the question mark on the top-right corner of the page and choose **API Reference**.
73+
1. Make sure you are subscribed to API Management by clicking **Products** tab. If you have an API connected you can continue to the next step, otherwise, subscribe.
74+
1. On the developer portal, click the **Complete API Reference** and browse to **Operations**.
75+
1. Select **Connect Custom Vision Account (PREVIEW)** and click **Try it**.
76+
1. Fill in the required fields as well as the access token and click **Send**.
77+
78+
For more information about how to get the Video Indexer access token go to the [developer portal](https://api-portal.videoindexer.ai/docs/services/authorization/operations/Get-Account-Access-Token?), and see the [relevant documentation](video-indexer-use-apis.md#obtain-access-token-using-the-authorization-api).
79+
1. Once the call return 200 OK response, your account is connected.
80+
1. To verify your connection by browse to the [Video Indexer](https://vi.microsoft.com/)) portal:
81+
1. Click on the **Content model customization** button in the top-right corner.
82+
1. Go to the **Animated characters** tab.
83+
1. Once you click on Manage models in Custom Vision”**, you will be transferred to the Custom Vision account you just connected.
84+
85+
> [!NOTE]
86+
> Currently, only models that were created via Video Indexer are supported. Models that are created through Custom Vision will not be available. In addition, the best practice is to edit models that were created through Video Indexer only through the Video Indexer platform, since changes made through Custom Vision may cause unintended results.
5387
5488
### Create an animated characters model
5589

@@ -115,42 +149,6 @@ If you own a Video Indexer paid account, you need to connect a Custom Vision acc
115149
> [!NOTE]
116150
> In a trial account, you only have one model you can use. After you delete it, you can’t train other models.
117151
118-
### Connect a Custom Vision account with API (paid accounts only)
119-
120-
If you own a Video Indexer paid account, you need to connect a Custom Vision account first. If you don't have a Custom Vision account already, please create one. For more information, see [Custom Vision](../../cognitive-services/custom-vision-service/home.md).
121-
122-
> [!NOTE]
123-
> Both accounts need to be in the same region. The Custom Vision integration is currently not support in the Japan region.
124-
125-
Follow these steps to connect you Custom Vision account to Video Indexer, or to change the Custom Vision account that is currently connected to Video Indexer:
126-
127-
1. Browse to [www.customvision.ai](https://www.customvision.ai) and login.
128-
1. Copy the following keys:
129-
130-
* Training key (for the training resource)
131-
* Prediction key (for the prediction resource)
132-
* Endpoint
133-
* Prediction resource Id
134-
135-
> [!NOTE]
136-
> To provide all the keys you need to have two separate resources in Custom Vision, one for training and one for prediction.
137-
1. Browse and sign in to the [Video Indexer](https://vi.microsoft.com/).
138-
1. Click on the question mark on the top-right corner of the page and choose **API Reference**.
139-
1. Make sure you are subscribed to API Management by clicking **Products** tab. If you have an API connected you can continue to the next step, otherwise, subscribe.
140-
1. On the developer portal, click the **Complete API Reference** and browse to **Operations**.
141-
1. Select **Connect Custom Vision Account (PREVIEW)** and click **Try it**.
142-
1. Fill in the required fields as well as the access token and click **Send**.
143-
144-
For more information about how to get the Video Indexer access token go to the [developer portal](https://api-portal.videoindexer.ai/docs/services/authorization/operations/Get-Account-Access-Token?), and see the [relevant documentation](video-indexer-use-apis.md#obtain-access-token-using-the-authorization-api).
145-
1. Once the call return 200 OK response, your account is connected.
146-
1. To verify your connection by browse to the [Video Indexer](https://vi.microsoft.com/)) portal:
147-
1. Click on the **Content model customization** button in the top-right corner.
148-
1. Go to the **Animated characters** tab.
149-
1. Once you click on Manage models in Custom Vision”**, you will be transferred to the Custom Vision account you just connected.
150-
151-
> [!NOTE]
152-
> Currently, only models that were created via Video Indexer are supported. Models that are created through Custom Vision will not be available. In addition, the best practice is to edit models that were created through Video Indexer only through the Video Indexer platform, since changes made through Custom Vision may cause unintended results.
153-
154152
## Use the animated character detection with API
155153

156154
1. Connect a Custom Vision account.

0 commit comments

Comments
 (0)