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
demandé il y a 5 ans251 vues
3 réponses
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.

répondu il y a 5 ans
0

Thank you

Robbo
répondu il y a 5 ans
0

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

AWS
répondu il y a 4 ans

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