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
264 results
Hey
I have the custom label model trained in one account - I need to start and do the inferencing from another account - How can I allow cross-account access? I have a batch job that does the...
Hello, I have a question regarding Amazon Rekognition: Can it detect fake photos on identity documents?
We're currently working on integrating an onboarding solution into our system.
We're concerned...
Hello,
We're trialing the new Face Liveness offering with AWS Rekognition. However we've found a potential issue that might cause serious implementation problems.
After a liveness session is...
I want to develop a system that can compare pet images for matching lost pet and found pet. What services can I use for the matching parts. It says that it can only detect/compare human faces.
Hi, Im using the Rekognition with Javascript V3, on the IAM roles i created inline policy for all actions and resources of Rekognition.
![Enter image description...
In your "Detecting Face Liveness" Service documentation you have mentioned that "Amazon Rekognition Face Liveness helps you verify that a user going through facial verification is physically present...
We've encountered a critical issue with portrait image uploads to S3. They appear flipped or rotated incorrectly upon upload. Could you please advise on the cause and potential solutions?
Your prompt...
Hi team,
I am currently working on developing an AWS application aimed at checking the compliance of identity photos with our organization's rules. This application will be utilized for various...
Hi,
In my application, I'm first indexing the uploaded image, then from the detected faces from the image, I want to check if the face belongs to any existing user or not? If it belongs, I want to...
While calling Recognition APIs, are we billed if aws Rekognition service errors out on any API calls? Do we need an idempotency key to make sure we are not repeatedly charged in the event that we have...
Greetings,
I'm in Canada doing my AWS thing in ca-central-1. My s3 bucket is in ca-central-1. I want to use rekognition.detect_labels in a python script with Boto3 installed and calling the correct...
Happy Friday,
If this is the wrong place to ask these types of questions, please let me know.
I have a photo with 5 faces in it. I ran some python code to do the indexing/create collection-id, etc. ...