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? 回答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