Skip to content

Commit

Permalink
renaming posenet to bodypose
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Oct 16, 2024
1 parent fe521f5 commit f60a3ed
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
{
"title": "BodyPose",
"videos": ["ml5/7-posenet/pose-detection", "ml5/7-posenet/2-pose-classifier", "ml5/7-posenet/3-pose-regression"]
"videos": ["ml5/7-bodypose/pose-detection", "ml5/7-bodypose/2-pose-classifier", "ml5/7-bodypose/3-pose-regression"]
},
{
"title": "FaceMesh",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"title": "Pose Detection",
"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.",
"videoId": "T99fNXTUUaQ",
"nebulaSlug": "codingtrain-pose-detection-with-ml5js",
"date": "2024-10-16",
"languages": ["ml5.js", "JavaScript"],
"topics": ["machine learning (ML)", "webcam", "pose detection", "ml5.js", "MoveNet", "BlazePose"],
Expand Down

0 comments on commit f60a3ed

Please sign in to comment.