Skip to content

Commit f60a3ed

Browse files
committed
renaming posenet to bodypose
1 parent fe521f5 commit f60a3ed

File tree

18 files changed

+2
-1
lines changed

18 files changed

+2
-1
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
@@ -43,7 +43,7 @@
4343
},
4444
{
4545
"title": "BodyPose",
46-
"videos": ["ml5/7-posenet/pose-detection", "ml5/7-posenet/2-pose-classifier", "ml5/7-posenet/3-pose-regression"]
46+
"videos": ["ml5/7-bodypose/pose-detection", "ml5/7-bodypose/2-pose-classifier", "ml5/7-bodypose/3-pose-regression"]
4747
},
4848
{
4949
"title": "FaceMesh",

β€Žcontent/videos/ml5/7-posenet/pose-detection/index.json renamed to β€Žcontent/videos/ml5/7-bodypose/pose-detection/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"title": "Pose Detection",
33
"description": "Strike a pose! In this video, I explore the BodyPose model in ml5.js with MoveNet and BlazePose, showing how to track body keypoints and visualize 'skeleton' connections using live video.",
44
"videoId": "T99fNXTUUaQ",
5+
"nebulaSlug": "codingtrain-pose-detection-with-ml5js",
56
"date": "2024-10-16",
67
"languages": ["ml5.js", "JavaScript"],
78
"topics": ["machine learning (ML)", "webcam", "pose detection", "ml5.js", "MoveNet", "BlazePose"],

0 commit comments

Comments
Β (0)