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.

1 Risposta
1
Risposta accettata

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
con risposta 4 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande