[On-Premise] Face comparison on premise?

1

Hi,

I'm currently learning on AWS Rekognition. I am quite interested in the AWS Rekognition SDK, especially the Face Comparison. Is there any diagram flow regarding this service? From what I understand, the Face Comparison is done on the cloud because when doing the comparison I need to upload the image.

Is the image that I upload saved on temp storage or not? And is it possible to do it without uploading the image so all the process is done on-premise?

Thank you

已提问 2 年前462 查看次数
1 回答
0

Hello, with search_faces_by_image API you can send Blob of image bytes up to 5 MBs.
The image needs to be saved in a temporary storage because Rekognition turns it into a vector to search a similar face in the Collection.

You can't use Rekognition on premise. Alternatively, you can use AWS Panorama, which is an appliance and software development kit (SDK) that brings CV to on-premises internet protocol (IP) cameras.

profile pictureAWS
已回答 2 年前
  • Ah, I see. Is it possible to share an diagram flow of AWS Rekognition Face Comparison because I can't find it anywhere? It may help me understand more from an architectural perspective.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则