Hi Guys,
I have a question regarding Azure face recognition standards
What should be the standard confidence value to be set to confirm that 2 images are identical?
Is there any standard base value for this?
Thanks
Hi Guys,
I have a question regarding Azure face recognition standards
What should be the standard confidence value to be set to confirm that 2 images are identical?
Is there any standard base value for this?
Thanks
anonymous user I think you are referring to the result from the face API verify where the boolean isIdentical field in the response should indicate if the face is identical. The field confidence can also be used based on your organizations standards. The default standard is 0.5 for isIdentical to be set to true.
4 people are following this question.