Non celebrity person recognition using Amazon Rekognition

0

Is it possible to use Amazon Rekognition to detect faces of employees in a video of my company employees? I know Amazon Rekognition Video Analysis can analyze videos and detects objects, activities, people, celebrities, but can I use it for custom people (e.g. company employee) detection? In this case, instead of a celebrity name, it will be an employee name.

AWS
demandé il y a 4 ans280 vues
1 réponse
1
Réponse acceptée

Yes, this is possible. See Searching stored videos for faces.

First, you create a collection of faces. In this case, you would create a collection of employee's faces. See Adding faces to a collection.

Then, you can StartFaceSearch and provide the ID of your face collection, so Amazon Rekognition will only search for those faces. This is an asynchronous call, so when the processing has been completed, you use GetFaceSearch to fetch the results.

AWS
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions