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
263 results
I planned to develop a AWS-Powered pet lost and found system that implement the aws rekognition to find potential matches by comparing pet image uploaded. Is it possible to develop this system using...
I have tried adding dataset of images by importing from s3 and automatically labelling them and tried to click on train model once the dataset is created, it says data is unbalanced and then says need...
Greetings from Vancouver Island,
I have a very simple image of a Monk with a cell phone from a trip to Italy. I've successfully run Detect_Faces and Detect_Labels via Python and Boto3, no problem. I...
As per the documentation only 250 unique labels are supported in a manifest https://docs.aws.amazon.com/rekognition/latest/customlabels-dg/limits.html.
I have a use case to train more than 3000 unique...
Can the AWS Rekognition detect the color of object and saved?
Dear AWS Support Team,
We are encountering a significant issue with false positive rates in our use of AWS Rekognition for facial recognition in our attendance tracking system. Despite individuals...
async function checkLiveness(job) {
try {
// Create input object
console.log("hello job",job)
let Videowidth;
let Videoheight
const { objectKey, bucketName...
async function checkLiveness(job) {
try {
// Create input object
console.log("hello job",job)
let Videowidth;
let Videoheight
const { objectKey, bucketName...
Hi Team,
Question:
Can we fetch the top 'n' largest faces among the total detected faces in an image after IndexFaces API call?
Which can eventually reduce, my further api calls for SearchUsers,...
I'm working on Amazon recognition and while I'm extracting the facial data from images, indexfaces will store the facial features in the collection but is there a way that I can access and delete this...
Hi Team,
In my application,
1. I index images first when processing, in the next step, I'm using search "Search Users API" using faceIds detected in indexing stage.
2. If the UserId with the...
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...