Skip to content

Commit

Permalink
remove not ready models (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnHe authored Feb 28, 2024
1 parent 9e03345 commit 8412fd9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
12 changes: 8 additions & 4 deletions docs/reference/bodypose.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,19 @@ Bodypose's MoveNet model predict a set of 17 keypoints:

See the diagram below for the position of each keypoint.

![Keypoint Diagram](https://camo.githubusercontent.com/c3641b718d7e613b2ce111a6a4575e88ca35a60cb325efdd9113c453b2a09301/68747470733a2f2f73746f726167652e676f6f676c65617069732e636f6d2f6d6f76656e65742f636f636f2d6b6579706f696e74732d3530302e706e67)
<center>
<img style="display:block; max-width:30%" alt="Keypoint Diagram" src="https://camo.githubusercontent.com/c3641b718d7e613b2ce111a6a4575e88ca35a60cb325efdd9113c453b2a09301/68747470733a2f2f73746f726167652e676f6f676c65617069732e636f6d2f6d6f76656e65742f636f636f2d6b6579706f696e74732d3530302e706e67">
</center>

Bodypose's Blazepose model predict a set of 33 keypoints:

> Nose, Left Eye Inner, Left Eye, Left Eye Outer, Right Eye Inner, Right Eye, Right Eye Outer, Left Ear, Right Ear, Mouth Left, Mouth Right, Left Shoulder, Right Shoulder, Left Elbow, Right Elbow, Left Wrist, Right Wrist, Left Pinky, Right Pinky, Left Index, Right Index, Left Thumb, Right Thumb, Left Hip, Right Hip, Left Knee, Right Knee, Left Ankle, Right Ankle, Left Heel, Right Heel, Left Foot Index, Right Foot Index, Body Center, Forehead, Left Thumb, Left Hand, Right Thumb, Right Hand
See the diagram below for the position of each keypoint.

![Keypoint Diagram](https://camo.githubusercontent.com/17082997c33fc6d2544c4aea33d9898860cf902ed5a0b865527d1dd91bbc7efa/68747470733a2f2f73746f726167652e676f6f676c65617069732e636f6d2f6d65646961706970652f626c617a65706f73652d6b6579706f696e74732d757064617465642e706e67)
<center>
<img style="display:block; max-width:30%" alt="Keypoint Diagram" src="https://camo.githubusercontent.com/17082997c33fc6d2544c4aea33d9898860cf902ed5a0b865527d1dd91bbc7efa/68747470733a2f2f73746f726167652e676f6f676c65617069732e636f6d2f6d65646961706970652f626c617a65706f73652d6b6579706f696e74732d757064617465642e706e67">
</center>

Once you have the keypoints estimated by the model, you can utilize them in various ways based on your application:

Expand Down Expand Up @@ -207,10 +211,10 @@ Alternatively, you can open [this example code](https://github.com/ml5js/ml5-nex
### Additional Examples
* [BodyPose-blazepose-keypoints](https://github.com/ml5js/ml5-next-gen/tree/main/examples/BodyPose-blazepose-keypoints)

### Tutorials
<!-- ### Tutorials
**PoseNet on The Coding Train**
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/OIo-DIOkNVg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/OIo-DIOkNVg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> -->

## Methods

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/facemesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ Alternatively, you can open [this example code](https://github.com/ml5js/ml5-nex

TODO (link p5 web editor examples once uploaded)

### Tutorials
<!-- ### Tutorials
**PoseNet on The Coding Train**
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/OIo-DIOkNVg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
TODO (link new youtube video once uploaded)
TODO (link new youtube video once uploaded) -->

## Methods

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/handpose.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ Alternatively, you can open [this example code](https://github.com/ml5js/ml5-nex

TODO (link p5 web editor examples once uploaded)

### Tutorials
<!-- ### Tutorials
**PoseNet on The Coding Train**
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/OIo-DIOkNVg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
TODO (link new youtube video once uploaded)
TODO (link new youtube video once uploaded) -->

## Methods

Expand Down
9 changes: 5 additions & 4 deletions docs/sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,23 @@
* [Overview](/reference/overview.md)
* **ml5 Models** 📦
* [Bodypose](/reference/bodypose.md)
<!-- * [BodySegmentation](/reference/body-segmentation.md) -->
* [Handpose](/reference/handpose.md)
* [Facemesh](/reference/facemesh.md)
* [ImageClassifier](/reference/image-classifier.md)
* [SoundClassifier](/reference/sound-classifier.md)
<!-- * [SoundClassifier](/reference/sound-classifier.md) -->
* **ml5 + Teachable Machine** ✍️
* [Image + Teachable Machine](/reference/image-classifier-tm.md)
* [Sound + Teachable Machine](/reference/sound-classifier-tm.md)
* [Pose + Teachable Machine](/reference/pose-estimation-tm.md)
<!-- * [Sound + Teachable Machine](/reference/sound-classifier-tm.md) -->
<!-- * [Pose + Teachable Machine](/reference/pose-estimation-tm.md) -->
* **Train your own model!** 💡
* [Neural Networks](/reference/neural-network.md)

* **Learning** 📚
<div class="sidebar__section-divider">&nbsp;</div>

* [Ml5 Glossary](/learning/ml5_glossary.md)
* [Community Tutorial Library](/learning/community_tutorial_library.md)
<!-- * [Community Tutorial Library](/learning/community_tutorial_library.md) -->

* **Contributing** 🏗
<div class="sidebar__section-divider">&nbsp;</div>
Expand Down

0 comments on commit 8412fd9

Please sign in to comment.