- Newest
- Most votes
- Most comments
Hi there,
To ensure higher certainty in matching faces of the same person, you can try the following approaches:
-
Improve image quality: Ensure that the images you provide for face detection and comparison are of high quality, well-lit, and have clear visibility of the faces.
-
Adjust the similarity threshold: When using the SearchFaces or SearchFacesByImage API, you can adjust the similarity threshold parameter to control the sensitivity of the face comparison. Setting a higher threshold may result in more accurate matches but could also increase the chance of false negatives.
-
Consider using facial landmarks: AWS Rekognition provides APIs to detect facial landmarks such as eyes, nose, and mouth. Utilizing this information along with face detection can help improve the accuracy of face comparison.
-
Use additional face recognition algorithms: You can explore other face recognition algorithms or libraries that may provide better results for your specific use case. OpenCV and dlib are popular alternatives that you can consider.
If you need further assistance or have specific questions regarding the AWS Rekognition service, I recommend checking the help section located in the persistent menu or contacting AWS support for more detailed guidance tailored to your specific scenario.
Best regards
Relevant content
- asked 25 days ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 months ago