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?

demandé il y a 2 ans373 vues
1 réponse
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
répondu il y a 2 ans
profile pictureAWS
EXPERT
Chris_G
vérifié il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions