reID machine learning inference

Saurabh Singh Sengar 21 Reputation points Microsoft Employee
2021-09-09T04:54:47.91+00:00

I want to do reID operation on a person's face, so that it give me different numerical value for different faces, which can be map to person's identity. I couldn't find any ready to use reID model with Azure, please let me know what is the work involved in it ?
Can I use some open source reID trained model like caffe/pytorch and use with some of the Azure service to inference using it.

Azure Machine Learning
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rohit Mungi 49,111 Reputation points Microsoft Employee Moderator
    2021-09-09T11:36:39.24+00:00

    @Saurabh Singh Sengar I don't think there is a readymade model that is available from Azure Machine Learning to deploy and infer face ids.
    Azure Face API is the service that offers this scenario where you can pass an image to the API and a face id or a GUID is returned for a face or faces detected in the image.
    This is a cognitive service offering from Azure which is available in general to public with the exception of using it for police or police departments in the US.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.