Does using options={ "face_plugins": "calculator"}) lead to additional overhead? #833
Answered
by
pospielov
martinenkoEduard
asked this question in
Q&A
-
Does using options={ "face_plugins": "calculator"}) lead to additional overhead? |
Beta Was this translation helpful? Give feedback.
Answered by
pospielov
Jul 13, 2022
Replies: 1 comment
-
If you use a face detection service, then yes, we will have to run one more neural network to calculate the embedding. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
martinenkoEduard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you use a face detection service, then yes, we will have to run one more neural network to calculate the embedding.
If you use a face recognition service, then no, the plugin is used by default. The only difference is that with the plugin enabled we return more information.