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 Respuesta
1
Respuesta aceptada

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 hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas