This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
How to disable Bounding Box? #125
Answered
by
vladmandic
AtsMultanen
asked this question in
Q&A
-
Is there any way to disable the bounding box whilst still keeping the landmark outlines? e.g. from the original repo's example: Ideally we'd just like to hide the score (and keep the box), however I can't see doing that without forking this library and modifying |
Beta Was this translation helpful? Give feedback.
Answered by
vladmandic
Sep 26, 2022
Replies: 1 comment 1 reply
-
don't use built-in helper draw functions, draw outline yourself. Line 32 in dea225b |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vladmandic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
don't use built-in helper draw functions, draw outline yourself.
see example:
face-api/demo/webcam.js
Line 32 in dea225b