Skip to content

Commit 9ab301f

Browse files
committed
timecodes
1 parent 4240181 commit 9ab301f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

content/videos/ml5/facemesh/index.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@
77
"languages": ["ml5.js", "JavaScript"],
88
"topics": ["machine learning (ML)", "face mesh", "ml5.js", "texture", "uv coordinates"],
99
"canContribute": true,
10-
"timestamps": [],
10+
"timestamps": [
11+
{ "time": "0:00", "title": "Introduction" },
12+
{ "time": "1:15", "title": "Technical background for the model" },
13+
{ "time": "2:30", "title": "Related projects and inspiration." },
14+
{ "time": "3:01", "title": "Adapting handpose example to facemesh." },
15+
{ "time": "5:29", "title": "Keypoints and parts of the facemesh." },
16+
{ "time": "11:28", "title": "Face bounding box." },
17+
{ "time": "13:36", "title": "What is a mesh? Rendering the triangles" },
18+
{ "time": "21:19", "title": "Texturing mapping with UV coordinates" },
19+
{ "time": "30:48", "title": "FaceMesh in 3D" },
20+
{ "time": "31:10", "title": "Goodbye!" }
21+
],
1122
"relatedChallenges": ["181-image-stippling", "63-texturing-cloth-simulation"],
1223
"codeExamples": [
1324
{

0 commit comments

Comments
 (0)