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

已提問 4 年前檢視次數 574 次
2 個答案
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
已回答 4 年前
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
專家
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南