[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年前490ビュー
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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ