Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnHe committed Feb 1, 2024
1 parent 20fe522 commit 76aea7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/handpose.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The ml5.js Handpose model is ported from the [TensorFlow.js Mediapipe Handpose i
- **Multiple Hands**: Handpose can detect multiple hands at the same time.

#### Output Example
Imagine we detected two hand poses in a frame. The output would look like this:
An example of the output from Handpose is shown below:

```javascript
[
Expand Down Expand Up @@ -60,7 +60,7 @@ First of all, copy and paste the following code into your **index.html** file:
<title>Hand Pose Keypoints Detection using Handpose and p5.js</title>

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="https://unpkg.com/ml5@latest/dist/ml5.min.js"></script>
<script src="https://unpkg.com/ml5@alpha/dist/ml5.js"></script>
</head>

<body>
Expand Down

0 comments on commit 76aea7e

Please sign in to comment.