Skip to content

Instantly share code, notes, and snippets.

@burakiren
Created November 23, 2020 13:56
Show Gist options
  • Save burakiren/7d326f65a5cacf49647e897aaa4dfc07 to your computer and use it in GitHub Desktop.
Save burakiren/7d326f65a5cacf49647e897aaa4dfc07 to your computer and use it in GitHub Desktop.
HiAi_isSamePerson
try {
Float confidence = mFaceCompareResult.isSamePerson();
boolean samePerson = mFaceCompareResult.getSocre();
} catch (Exception e) {
e.printStackTrace();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment