Skip to content

Commit c946b8e

Browse files
committed
posenet->bodypose
1 parent f60a3ed commit c946b8e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

β€Ž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/pose-detection",
114+
"url": "/tracks/ml5js-beginners-guide/ml5/7-bodypose/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-bodypose/2-pose-classifier/index.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"links": [
6161
{
6262
"icon": "πŸš‚",
63-
"title": "ml5.js Pose Estimation with PoseNet",
64-
"url": "/tracks/ml5js-beginners-guide/ml5/7-posenet/pose-detection",
65-
"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)."
63+
"title": "ml5.js Pose Estimation",
64+
"url": "/tracks/ml5js-beginners-guide/ml5/7-bodypose/pose-detection",
65+
"description": "In this video I cover pose estimation: finding the keypoints of person's pose and skeleton using BodyPose (in JavaScript with p5.js and ml5.js)."
6666
},
6767
{
6868
"icon": "πŸš‚",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"links": [
5252
{
5353
"icon": "πŸš‚",
54-
"title": "ml5.js Pose Estimation with PoseNet",
55-
"url": "/tracks/ml5js-beginners-guide/ml5/7-posenet/pose-detection",
56-
"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)."
54+
"title": "ml5.js Pose Estimation",
55+
"url": "/tracks/ml5js-beginners-guide/ml5/7-bodypose/pose-detection",
56+
"description": "In this video I cover pose estimation: finding the keypoints of person's pose and skeleton using BodyPose (in JavaScript with p5.js and ml5.js)."
5757
},
5858
{
5959
"icon": "πŸš‚",

β€Žcontent/videos/ml5/8-convolutional-neural-network/1-pixels-as-input/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
{
114114
"icon": "πŸš‚",
115115
"title": "Pose Regression with PoseNet and ml5.neuralNetwork()",
116-
"url": "/tracks/ml5js-beginners-guide/ml5/7-posenet/3-pose-regression",
116+
"url": "/tracks/ml5js-beginners-guide/ml5/7-bodypose/3-pose-regression",
117117
"description": "This tutorial builds on the previous video combining PoseNet and ml5.neuralNetwork(). Once again, the output of the pre-trained model (the \"pose\" itself) is the input to an ml5.js neural network. However, this time the final output is a regression (3 continuous values) instead of classification."
118118
}
119119
]

β€Žstatic/_redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
/2d-array /tracks/p5-tips-and-tricks/more-p5/2d-arrays 302!
5757
/quadtree /challenges/98-quadtree 302!
5858
/neural-network /tracks/neural-networks 302!
59-
/pose-classifier /tracks/ml5js-beginners-guide/ml5/7-posenet/2-pose-classifier 302!
59+
/pose-classifier /tracks/ml5js-beginners-guide/ml5/7-bodypose/2-pose-classifier 302!
6060
/raycasting /challenges/145-ray-casting-2d 302!
6161
/p5js /tracks/code-programming-with-p5-js 302!
6262
/processing /tracks/learning-processing 302!

0 commit comments

Comments
Β (0)