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
질문됨 4년 전280회 조회
1개 답변
1
수락된 답변

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
답변함 4년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠