|
8 | 8 | "topics": ["machine learning (ML)", "face mesh", "ml5.js", "texture", "uv coordinates"],
|
9 | 9 | "canContribute": true,
|
10 | 10 | "timestamps": [],
|
| 11 | + "relatedChallenges": ["181-image-stippling", "63-texturing-cloth-simulation"], |
11 | 12 | "codeExamples": [
|
12 | 13 | {
|
13 | 14 | "title": "FaceMesh - Keypoints",
|
|
91 | 92 | "title": "Real-time Facial Surface Geometry from Monocular Video on Mobile GPUs",
|
92 | 93 | "url": "https://arxiv.org/pdf/1907.06724",
|
93 | 94 | "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." |
94 | 136 | }
|
95 | 137 | ]
|
96 | 138 | }
|
|
0 commit comments