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/media-services/video-indexer/animated-characters-recognition.md
+40-4Lines changed: 40 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: femila
9
9
ms.service: media-services
10
10
ms.subservice: video-indexer
11
11
ms.topic: article
12
-
ms.date: 09/05/2019
12
+
ms.date: 11/19/2019
13
13
ms.author: juliako
14
14
---
15
15
@@ -45,11 +45,47 @@ Depending on a type of your Video Indexer account, different feature sets are av
45
45
46
46
## Use the animated character detection with portal
47
47
48
-
This section describes the steps you need to take to start using the animated character detection model.
48
+
This section describes the steps you need to take to start using the animated character detection model.
49
+
50
+
Since in the trial accounts the Custom Vision integration is managed by Video Indexer, you can start creating and using the animated characters model and skip the following section ("Connect your Custom Vision account").
49
51
50
52
### Connect your Custom Vision account (paid accounts only)
51
53
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).
54
+
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).
55
+
56
+
> [!NOTE]
57
+
> Both accounts need to be in the same region. The Custom Vision integration is currently not supported in the Japan region.
58
+
59
+
#### Connect a Custom Vision account with API
60
+
61
+
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:
62
+
63
+
1. Browse to [www.customvision.ai](https://www.customvision.ai) and login.
64
+
1. Copy the following keys:
65
+
66
+
* Training key (for the training resource)
67
+
* Prediction key (for the prediction resource)
68
+
* Endpoint
69
+
* Prediction resource ID
70
+
71
+
> [!NOTE]
72
+
> To provide all the keys you need to have two separate resources in Custom Vision, one for training and one for prediction.
73
+
1. Browse and sign in to the [Video Indexer](https://vi.microsoft.com/).
74
+
1. Click on the question mark on the top-right corner of the page and choose **API Reference**.
75
+
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.
76
+
1. On the developer portal, click the **Complete API Reference** and browse to **Operations**.
1. Fill in the required fields as well as the access token and click **Send**.
79
+
80
+
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).
81
+
1. Once the call return 200 OK response, your account is connected.
82
+
1. To verify your connection by browse to the [Video Indexer](https://vi.microsoft.com/)) portal:
83
+
1. Click on the **Content model customization** button in the top-right corner.
84
+
1. Go to the **Animated characters** tab.
85
+
1. Once you click on Manage models in Custom Vision”**, you will be transferred to the Custom Vision account you just connected.
86
+
87
+
> [!NOTE]
88
+
> 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.
53
89
54
90
### Create an animated characters model
55
91
@@ -81,7 +117,7 @@ If you own a Video Indexer paid account, you need to connect a Custom Vision acc
81
117
82
118
1. Tag and train the model.
83
119
84
-
1. Tag the detected character by editing its name. Once a character is trained into the model it will be recognized it the next video indexed with that model.
120
+
1. Tag the detected character by editing its name. Once a character is trained into the model, it will be recognized it the next video indexed with that model.
85
121
1. To tag an animated character in your video, go to the **Insights** tab and click on the **Edit** button on the top-right corner of the window.
86
122
1. In the **Insights** pane, click on any of the detected animated characters and change their names from "Unknown #X" (or the name that was previously assigned to the character).
87
123
1. After typing in the new name, click on the check icon next to the new name. This saves the new name in the model in Video Indexer.
0 commit comments