By using AWS re:Post, you agree to the AWS re:Post Terms of Use

All Content tagged with Amazon Rekognition

Amazon Rekognition offers pre-trained and customizable computer vision (CV) capabilities to extract information and insights from your images and videos.

Content language: English

Select up to 5 tags to filter
Sort by most recent
275 results
As per this doc https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DetectLabels.html I have a python 3.12 lamdba function running this code: rekognition_client = boto3.client('rekogniti...
2
answers
0
votes
35
views
asked 15 days ago
Hello, I have been trying to use Custom Moderation to improve the recognition of violence in adult content images. I have followed all the steps to create the dataset using the required image size. H...
1
answers
0
votes
19
views
asked 20 days ago
If I index several faces from the same person, create a User for it and Associate it with all of those faces. Next time I index a new photo with that person, does the IndexFace return that same UserI...
0
answers
0
votes
25
views
asked a month ago
Hi , During user registration , Our ICEcard app platform provides three face capture 1. Live face with different angles of face, 2&3 user can add their any picture from library . However when we try t...
2
answers
0
votes
45
views
asked a month ago
I have a process that compares 1 image to 100. Currently I call compareFaces 100 times to compare the 1 image with the other 100. This is getting expensive. Would using a collection and searching for ...
Accepted AnswerAmazon Rekognition
2
answers
0
votes
27
views
asked a month ago
Hello, If am looking to add support for Japanese language in text detection within images in Amazon Rekognition . Amazon Rekognition is designed to detect words in English, Arabic, Russian, German, ...
2
answers
0
votes
59
views
asked 2 months ago
I don't understand why but when I do this: { “Version": ‘2012-10-17’, “Statement": [ { “Effect": ‘Allow’, “principal": { “Federated": ”cognito-identity.amazonaws.com” }, “action": { ‘sts:AssumeRoleWit...
1
answers
0
votes
46
views
asked 2 months ago
Hi, I am trying to implement Faceliveness Detector with Amplify UI components. I followed to the letter the documentation of: https://ui.docs.amplify.aws/react/connected-components/liveness with Ampli...
1
answers
0
votes
87
views
asked 2 months ago
I have a video file from which I need emotion analysis done. Though, I get the output from get_face_detection, I do not get any emotions back from the code. I get: Timestamp (ms), Emotion, Confidence ...
2
answers
0
votes
42
views
asked 2 months ago
Hi, I'm learning AWS services and I want to integrate Rekognition Faceliveness. I know about the process so I created an api (.net) to create a sessionId and query the results. But, I was reading the ...
1
answers
0
votes
87
views
asked 2 months ago
I have many collections, and each collection has many user and face IDs. I wanna move user to another collection. So, is it possible to move the user and face id to another collection?
1
answers
0
votes
60
views
asked 2 months ago
Hello, I want to use Media Live channels for my web application which is having the functionality to allow multiple users to parallel stream pre-recorded videos on different social media platforms lik...
2
answers
0
votes
128
views
asked 2 months ago