Skip to content

Commit 8f2a163

Browse files
committed
updating timecodes
1 parent fbc67ab commit 8f2a163

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

content/videos/ml5/hand-pose/index.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
"canContribute": true,
1010
"timestamps": [
1111
{ "time": "0:00", "title": "Introduction" },
12-
{ "time": "0:48", "title": "Creative Inspiration" },
13-
{ "time": "3:52", "title": "Adapt code to HandPose" },
14-
{ "time": "7:05", "title": "Use the index and thumb keypoints to draw" },
12+
{ "time": "1:23", "title": "Technical background of the model" },
13+
{ "time": "3:52", "title": "Convert BodyPose to HandPose" },
14+
{ "time": "5:54", "title": "Detecting more than one hand" },
15+
{ "time": "6:14", "title": "Detecting handedness (left or right)" },
16+
{ "time": "6:51", "title": "Creating a painting sketch with index and thumb" },
1517
{ "time": "10:19", "title": "Add a layer using createGraphics()" },
16-
{ "time": "12:01", "title": "Use clear() to make the layer pixels transparent" },
17-
{ "time": "12:40", "title": "Draw a line by connecting the hand subsequent hand positions" },
18-
{ "time": "14:29", "title": "What Can you do?" },
19-
{ "time": "15:27", "title": "Outro" }
18+
{ "time": "12:40", "title": "Storing previous hand position to draw a line" },
19+
{ "time": "14:17", "title": "Exercise ideas for you!" },
20+
{ "time": "15:27", "title": "Goodbye!" }
2021
],
2122
"codeExamples": [
2223
{

0 commit comments

Comments
 (0)