Skip to content

scoring #246

Answered by vladmandic
pgg asked this question in Q&A
Feb 2, 2022 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

boxScore is score of face detection in overall input.
faceScore is score of face keypoint detection in cropped face and can be missing if facemesh model is disabled.
score is simply faceScore if its available and if not, then boxScore.

now, you could enroll face in similarity calc without ever running through facemesh,
but running through facemesh does have two advantages:

  • it performs slightly more precise face cropping
  • it can optionally perform rotation corrections (if rotation is enabled in config)

neither are not required, but they do help to determine better face descriptors which are used for similarity checks.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@pgg
Comment options

Answer selected by vladmandic
Comment options

You must be logged in to vote
1 reply
@vladmandic
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants