Skip to content

Commit 4240181

Browse files
committed
references and more
1 parent d55563d commit 4240181

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

content/videos/ml5/facemesh/index.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"topics": ["machine learning (ML)", "face mesh", "ml5.js", "texture", "uv coordinates"],
99
"canContribute": true,
1010
"timestamps": [],
11+
"relatedChallenges": ["181-image-stippling", "63-texturing-cloth-simulation"],
1112
"codeExamples": [
1213
{
1314
"title": "FaceMesh - Keypoints",
@@ -91,6 +92,47 @@
9192
"title": "Real-time Facial Surface Geometry from Monocular Video on Mobile GPUs",
9293
"url": "https://arxiv.org/pdf/1907.06724",
9394
"description": "Paper describing the method for inferring 3D mesh representation of a human face from single camera input."
95+
},
96+
{
97+
"icon": "📄",
98+
"title": "Face Mesh Model Card",
99+
"url": "https://drive.google.com/file/d/1VFC_wIpw4O7xBOiTgUldl79d9LA-LsnA/view",
100+
"description": "Model card for the Face Mesh model with information on the model's intended use, training data, and more."
101+
},
102+
{
103+
"icon": "",
104+
"title": "Face Mesh UV Keypoints Map",
105+
"url": "https://developers.google.com/static/ml-kit/vision/face-mesh-detection/images/uv_unwrap_full.png",
106+
"description": "Diagram with all keypoints labeled and mapped to the UV coordinates of the Face Mesh model."
107+
},
108+
{
109+
"icon": "📄",
110+
"title": "Destructuring Assignment",
111+
"url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment",
112+
"description": "MDN Web Docs reference for JavaScript destructuring syntax."
113+
},
114+
{
115+
"icon": "☁️",
116+
"title": "Clouds From Plane Window",
117+
"url": "https://en.wikipedia.org/wiki/File:Cloud_From_Plane_Window.jpg",
118+
"description": "Creative Commons image from a plane window used in the texture mapping example."
119+
}
120+
]
121+
},
122+
{
123+
"title": "Videos",
124+
"links": [
125+
{
126+
"icon": "🎥",
127+
"title": "Interactive Dandelion",
128+
"url": "https://youtu.be/FlBRSIz5AcQ",
129+
"description": "Patt Vira's interactive dandelion project using ml5.js and p5.js."
130+
},
131+
{
132+
"icon": "🚂",
133+
"title": "The Pixel Array",
134+
"url": "/tracks/p5-tips-and-tricks/more-p5/pixel-array",
135+
"description": "This video looks at how to access the pixels of an HTML5 canvas in p5.js."
94136
}
95137
]
96138
}

0 commit comments

Comments
 (0)