Skip to content

Commit a997833

Browse files
authored
Merge pull request #96051 from Juliako/vi2
new section
2 parents dff4875 + 875660f commit a997833

File tree

1 file changed

+40
-4
lines changed

1 file changed

+40
-4
lines changed

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

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: femila
99
ms.service: media-services
1010
ms.subservice: video-indexer
1111
ms.topic: article
12-
ms.date: 09/05/2019
12+
ms.date: 11/19/2019
1313
ms.author: juliako
1414
---
1515

@@ -45,11 +45,47 @@ Depending on a type of your Video Indexer account, different feature sets are av
4545

4646
## Use the animated character detection with portal
4747

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").
4951

5052
### Connect your Custom Vision account (paid accounts only)
5153

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**.
77+
1. Select **Connect Custom Vision Account (PREVIEW)** and click **Try it**.
78+
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.
5389
5490
### Create an animated characters model
5591

@@ -81,7 +117,7 @@ If you own a Video Indexer paid account, you need to connect a Custom Vision acc
81117

82118
1. Tag and train the model.
83119

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.
85121
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.
86122
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).
87123
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

Comments
 (0)