This repository was archived by the owner on Feb 5, 2025. It is now read-only.
Replies: 1 comment 1 reply
|
there are a lot of different methods to achieve this, but absolutely simplest is to let
or you can do that yourself and pass canvas as input to faceapi
or step further:
or step further:
since this is a school project, i'm writting ideas but actual code is really up to you - i'm not going to be posting code in this answer. |
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
Hello @vladmandic or others,
I currently have an issue using the face-api library with this code.
I want to use face landmark detection from face-api.js library on the image snapshotted from a webcam when the capture button is pressed. How do i do that?
I know it is not the perfect code, but my process of thinking was take the snapshot from the webcam, place it in the <img src""> then use the face landmark detection on the snapshotted image.
Here is the code I have so far.
JSFiddle
I would greatly appreciate the help, it is a project for school.
All reactions