Image recognition/comparision

0

I have to make a real project on image recognition where I have some metadata images and if I shows new image to system then it will recognize image on based on images I have in data.

AWS comparision service or AWS rekognition service.

Like I have 2 images for testing and 1 image is real if I give 2 images to for 1st image then it has to compare them and give insight according to it. How can we do this?

1 回答
1
已接受的回答

Hi,

If you are looking to compare faces, you can use Amazon Rekognition, which provides a CompareFaces operation to compare faces in images. Pls refer: https://docs.aws.amazon.com/rekognition/latest/dg/faces-comparefaces.html

If you are looking to compare the image exif data, you can use S3, SDK & AWS Rekognition. Pls refer: https://docs.aws.amazon.com/rekognition/latest/dg/example_cross_DetectLabels_section.html

For other use cases, you could try the Image Similarity AI Solution Kit, which calculates the similarity of two images to determine how similar they are. Pls refer: https://awslabs.github.io/aws-ai-solution-kit/en/deploy-image-similarity/

Hope this gives you a fair idea on how to implement your solution.

Thanks

profile pictureAWS
Rama
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则