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 年前檢視次數 250 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南