Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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...
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...
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...
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...
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 ...
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, ...
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...
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...
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 ...
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 ...
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?
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...