问题
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?
回答1:
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.
来源:https://stackoverflow.com/questions/57043322/aws-rekognition-add-extra-faces-of-same-person