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

demandé il y a 4 ans572 vues
2 réponses
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
répondu il y a 4 ans
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
EXPERT
répondu il y a 2 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