This repository was archived by the owner on Feb 5, 2025. It is now read-only.
Interrupting FaceDescriptor #146
Unanswered
MustafaCeyhan
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
what is your environment and which backend are you using? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using face-api.js in a project. Sometimes it takes a long time description an image taken in the face descriptor part of face-api.js. I want to interrupt the model when I want or after a particular time if this face descriptor process does not finish. So while the process of describing an image is in progress, I want to close the model midway. Do you think something like this can be done?
Beta Was this translation helpful? Give feedback.
All reactions