Can I use Amazon Rekognition to find cropped versions of an image?

0

I take individual images and then composite them into essential collages. I would like to feed Rekognition the raw unedited images, and then have Rekognition find and label them in the collage image. Is this possible?

1 Risposta
1

So you want to have Amazon Rekognition Custom Labels doing Object Detection inferencing to locate specific images in a collage, where each raw image will be assigned a different label

That can be done, as long as there is a good amount of diverse examples for each label for the model training. Data augmentation techniques will help you on that, in the sense of starting from a raw image and generate variations of that by concatenating with images from different contexts. There are different libraries that help on that, but if you want to delegate that work, Amazon SageMaker Ground Truth has a brand new feature to generate synthetic data sets - more details on https://aws.amazon.com/blogs/aws/new-amazon-sagemaker-ground-truth-now-supports-synthetic-data-generation/

With an initial version of the model, you can also attach Amazon Augmented AI (Amazon A2I) to your pipeline inference so that, in cases of predictions with low score, a human reviewer can label the collage image and then can augment your training data set and train a new version of the model. That way, your model will evolve over time. One good blog post about the topic: https://aws.amazon.com/blogs/machine-learning/using-amazon-rekognition-custom-labels-and-amazon-a2i-for-detecting-pizza-slices-and-augmenting-predictions/

AWS
con risposta 2 anni fa
profile pictureAWS
ESPERTO
Chris_G
verificato 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande