AWS Rekognition: Add extra faces of same person

走远了吗. 提交于 2021-02-05 07:09:48

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!