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?

已提問 2 年前檢視次數 377 次
1 個回答
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
已回答 2 年前
profile pictureAWS
專家
Chris_G
已審閱 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南