[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

demandé il y a 2 ans490 vues
1 réponse
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
répondu il y a 2 ans
  • 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.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions