What is default threshold for Microsoft face api?

375 views Asked by At

I was playing around with Microsoft Face Api. When comparing two photos for facial verification, it gives out confidence score. So what is default threshold after which api identifies different match

1

There are 1 answers

0
LeviJ3ans On

By default, isIdentical is set to True if similarity confidence is greater than or equal to 0.5.

This is useful for advanced users to override "isIdentical" and fine-tune the result on their own data.

Source: Face API Reference - Verify