Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS Rekognition: Add extra faces of same person

I can manage to add an image to AWS Rekognition Collection using the IndexFacesRequest.

However, to improve accuracy I would like to add more images of the same user. How do I let the request know it is the same user?

like image 592
D2TheC Avatar asked Nov 18 '25 23:11

D2TheC


1 Answers

Rekognition does not allow you to provide multiple face images for a single face ID. But you can upload multiple faces of the same person and give them the same ExternalImageId. That's the ID that you typically use to correlate a face match to your person database. When your app later presents a face for matching, Rekognition will return zero or more face matches.

like image 123
jarmod Avatar answered Nov 21 '25 10:11

jarmod



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!