Microsoft cognitive services Face APi: We have getting problem when training the personGroupId always return training status failed

Surya Prakash 1 Reputation point
2020-08-11T06:29:54.487+00:00

Person added successfully in person Group but when trying to train the personGroupId for face identification it gives error (There is no person or no persisted faces of person in large person group 05414f30-c0b8-4ebc-8369-4e56f91fb123).

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
154 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,420 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 42,406 Reputation points Microsoft Employee
    2020-08-12T08:42:56.993+00:00

    @Surya Prakash It looks like you are using the largepersongroup train API instead of persongroup train API. Does your API request URL look like the following?

    https://<region>.api.cognitive.microsoft.com/face/v1.0/persongroups/{personGroupId}/train

    I believe you might be using this API.

    https://<region>.api.cognitive.microsoft.com/face/v1.0/largepersongroups/{largePersonGroupId}/train

    Please try to use the first API and check if it works. Thanks!!