AWS re:Post을(를) 사용하면 다음에 동의하게 됩니다. AWS re:Post 이용 약관

Facial Landmarks for partially covered face in Rekognition

0

Hi,

we're working out how to distinguish faces that are just a little bit covered to faces that are mostly covered. The "face occluded" prop does not say anything about how much covered the face actually is.

We thought of using the facial landmarks for doing this, checking if one of the eyes/nose etc is covered. But when I tested with a face where more than half of the face is covered, then we still got coordinates for the facial landmarks that you cannot see in the picture.

Why is this? How does rekognition find these landmarks? And if anyone has any suggestions on how to solve this issue, that would be appreciated.

질문됨 2년 전392회 조회
1개 답변
0

Hello,

That is correct, by using facial landmarks you can identify specific points on the face such as the corners of the eyes, the tip of the nose, and the corners of the mouth. However, Rekognitions ability to detect facial landmarks may be limited when the face is partially or fully covered. This is due to the algorithm not have enough visual data to accurately identify the landmarks.

Using Rekognitions detect faces for facial landmarks to distinguish between faces that are partially covered and faces that are mostly covered will not be sufficient alone.

As far as the next steps, I would try using Rekognitions custom labels. This will allow you to make a custom model to your specific use case while still using Rekognitions existing capabilities. By uploading a few images for training, you will be able to create your custom image analysis model for detecting partially covered faces.

What are custom labels? https://aws.amazon.com/rekognition/custom-labels-features/

How to get started? https://docs.aws.amazon.com/rekognition/latest/customlabels-dg/getting-started.html

AWS
답변함 2년 전

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

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

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

관련 콘텐츠