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

feita há 4 anos572 visualizações
2 Respostas
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
respondido há 4 anos
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
ESPECIALISTA
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas