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 Resposta
1
Resposta aceita

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
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas