AWS Rekognition Detect Eyes And Direction

0

Can Rekognition be used to find out where a face is looking (which direction the eyes are pointed to)? What about being able to tell only one eye is present in an image (someones face is turned to the side)?

Edited by: AGMarasco on Jun 24, 2020 12:22 PM

posta 4 anni fa572 visualizzazioni
2 Risposte
0

Rekognition does not provide any functionality to detect the direciton of the eye.
Rekognition detects the eye open as an attribute which could be useful.
https://docs.aws.amazon.com/rekognition/latest/dg/API_FaceDetail.html#rekognition-Type-FaceDetail-EyesOpen

Regarding face turned to side, Pose attribute from face detection API could be used.
https://docs.aws.amazon.com/rekognition/latest/dg/API_FaceDetail.html#rekognition-Type-FaceDetail-Pose

AWS
con risposta 4 anni fa
0

Amazon Rekognition is capable of detecting faces from different perspectives and giving you the bounding of all the faces in an image. But Amazon Rekognition is unable to do such a detailed analysis of the eyes, in that case I recommend you develop your own algorithm

profile picture
ESPERTO
con risposta 2 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