Skip to content

Commit e11b533

Browse files
kfahn22shiffman
andauthored
Add new ml5 Pose Detection video (#1748)
* add pose detection video * update links, move showcase to new video, add ml5 folder to archives * minor updates to description * Update content/videos/ml5/7-posenet/pose-detection/index.json * Update content/videos/ml5/7-posenet/pose-detection/index.json * Update content/videos/ml5/7-posenet/pose-detection/index.json * Update content/videos/ml5/7-posenet/pose-detection/index.json * Update content/videos/ml5/7-posenet/pose-detection/index.json * update description --------- Co-authored-by: Daniel Shiffman <[email protected]>
1 parent 5ddabc3 commit e11b533

File tree

23 files changed

+134
-5
lines changed

23 files changed

+134
-5
lines changed

β€Žcontent/tracks/main-tracks/ml5js-beginners-guide/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
{
4949
"title": "PoseNet",
50-
"videos": ["ml5/7-posenet/1-finding-keypoints", "ml5/7-posenet/2-pose-classifier", "ml5/7-posenet/3-pose-regression"]
50+
"videos": ["ml5/7-posenet/pose-detection", "ml5/7-posenet/2-pose-classifier", "ml5/7-posenet/3-pose-regression"]
5151
},
5252
{
5353
"title": "Convolutional Neural Network",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"title": "Archived Videos",
33
"description": "Folder for archived videos",
4-
"videos": ["archive/1-image-classification", "archive/2-webcam-classification"]
4+
"videos": ["archive/ml5/1-image-classification", "archive/ml5/2-webcam-classification", "archive/ml5/1-finding-keypoints"]
55
}

β€Žcontent/videos/ml5/1-classification/3-object-detection/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
{
112112
"icon": "πŸš‚",
113113
"title": "Pose Estimation with PoseNet",
114-
"url": "/tracks/ml5js-beginners-guide/ml5/7-posenet/1-finding-keypoints",
114+
"url": "/tracks/ml5js-beginners-guide/ml5/7-posenet/pose-detection",
115115
"description": "In this video I cover pose estimation: finding the keypoints of person's pose and skeleton using the pre-trained machine learning model PoseNet."
116116
},
117117
{

β€Žcontent/videos/ml5/7-posenet/2-pose-classifier/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
{
6262
"icon": "πŸš‚",
6363
"title": "ml5.js Pose Estimation with PoseNet",
64-
"url": "/tracks/ml5js-beginners-guide/ml5/7-posenet/1-finding-keypoints",
64+
"url": "/tracks/ml5js-beginners-guide/ml5/7-posenet/pose-detection",
6565
"description": "In this video I cover pose estimation: finding the keypoints of person's pose and skeleton using the pre-trained machine learning model PoseNet (in JavaScript with p5.js and ml5.js)."
6666
},
6767
{

β€Žcontent/videos/ml5/7-posenet/3-pose-regression/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
{
5353
"icon": "πŸš‚",
5454
"title": "ml5.js Pose Estimation with PoseNet",
55-
"url": "/tracks/ml5js-beginners-guide/ml5/7-posenet/1-finding-keypoints",
55+
"url": "/tracks/ml5js-beginners-guide/ml5/7-posenet/pose-detection",
5656
"description": "In this video I cover pose estimation: finding the keypoints of person's pose and skeleton using the pre-trained machine learning model PoseNet (in JavaScript with p5.js and ml5.js)."
5757
},
5858
{
Loading
Loading

0 commit comments

Comments
Β (0)