Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The MediaPipe FaceMesh model outputs 478 keypoints. (#1455)
* The MediaPipe FaceMesh model outputs 478 keypoints. The function `await detector.estimateFaces(camera.video, {flipHorizontal: false});` returns 478 keypoints, with each keypoint including coordinates for the x, y, and z axis. * Update README.md --------- Co-authored-by: Matthew Soulanille <[email protected]>
- Loading branch information