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
asked 5 years ago247 views
3 Answers
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.

answered 5 years ago
0

Thank you

Robbo
answered 5 years ago
0

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

AWS
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions