Rekognition

0

I have recently followed a tutorial to create facial Rekognition app. I have the ARN resources connected for the database and rekognition, I have created the collection point making sure the IAM has the permissions to access the services it needs. The Rekognition column appears in the Dynamo DB & when I upload a photo with both enroll and verify lambda functions appear to connect. The image file format is correct(.png) but the database is showing no faces in the database with the code attached. What could the possible remaining issue be?

Robbo
posta 5 anni fa251 visualizzazioni
3 Risposte
0

Can you follow the steps below do debug the issue:

  1. Use AWS console (https://console.aws.amazon.com/rekognition/home?region=us-east-1#/face-detection) to confirm that you have valid image format and Rekognition is able to detect faces in that image.

  2. As you call the Rekognition APIs what is the response you are getting?

  3. If you are using a Rekognition collection, you can also use Describe-Collection (https://docs.aws.amazon.com/rekognition/latest/dg/API_DescribeCollection.html) to see the face count in your Rekognition collection and confirm that faces are being added to the collection.

con risposta 5 anni fa
0

Thank you

Robbo
con risposta 5 anni fa
0

Thank you!
Please let us know if there're any other issues using the API.

AWS
con risposta 4 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande