|
9 | 9 | "canContribute": true, |
10 | 10 | "timestamps": [ |
11 | 11 | { "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" }, |
15 | 17 | { "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!" } |
20 | 21 | ], |
21 | 22 | "codeExamples": [ |
22 | 23 | { |
|
0 commit comments