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
已提问 5 年前251 查看次数
3 回答
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.

已回答 5 年前
0

Thank you

Robbo
已回答 5 年前
0

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

AWS
已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则