-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4889c58
commit bdd779e
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,13 @@ | |
- Face-api | ||
- Face Mesh | ||
- HandPose | ||
|
||
- https://editor.p5js.org/yining/sketches/u80fdnoxN (emoji face) | ||
- https://editor.p5js.org/yining/sketches/oen4j13Ip (face mesh with lines) | ||
- Mouth + particle system https://github.com/yining1023/100days/blob/master/day34-facetracking-mouth/sketch.js | ||
- [handpose keypoints](https://editor.p5js.org/yining/sketches/3_ZAxFgM8) | ||
- [handpose-rect](https://editor.p5js.org/yining/sketches/oOdpbcLbT) | ||
- [handpost-particles](https://editor.p5js.org/yining/sketches/3wk1NrttR) | ||
|
||
## See demos live | ||
- New ml5js next gen handpose ([ml5 next gen](https://github.com/ml5js/ml5-next-gen), [All examples](https://github.com/ml5js/ml5-next-gen/tree/main/examples)) | ||
- ml5js next gen: https://unpkg.com/[email protected]/dist/ml5.js | ||
|