Skip to content

Commit

Permalink
references and more
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Nov 16, 2024
1 parent d55563d commit 4240181
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions content/videos/ml5/facemesh/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"topics": ["machine learning (ML)", "face mesh", "ml5.js", "texture", "uv coordinates"],
"canContribute": true,
"timestamps": [],
"relatedChallenges": ["181-image-stippling", "63-texturing-cloth-simulation"],
"codeExamples": [
{
"title": "FaceMesh - Keypoints",
Expand Down Expand Up @@ -91,6 +92,47 @@
"title": "Real-time Facial Surface Geometry from Monocular Video on Mobile GPUs",
"url": "https://arxiv.org/pdf/1907.06724",
"description": "Paper describing the method for inferring 3D mesh representation of a human face from single camera input."
},
{
"icon": "πŸ“„",
"title": "Face Mesh Model Card",
"url": "https://drive.google.com/file/d/1VFC_wIpw4O7xBOiTgUldl79d9LA-LsnA/view",
"description": "Model card for the Face Mesh model with information on the model's intended use, training data, and more."
},
{
"icon": "β–΅",
"title": "Face Mesh UV Keypoints Map",
"url": "https://developers.google.com/static/ml-kit/vision/face-mesh-detection/images/uv_unwrap_full.png",
"description": "Diagram with all keypoints labeled and mapped to the UV coordinates of the Face Mesh model."
},
{
"icon": "πŸ“„",
"title": "Destructuring Assignment",
"url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment",
"description": "MDN Web Docs reference for JavaScript destructuring syntax."
},
{
"icon": "☁️",
"title": "Clouds From Plane Window",
"url": "https://en.wikipedia.org/wiki/File:Cloud_From_Plane_Window.jpg",
"description": "Creative Commons image from a plane window used in the texture mapping example."
}
]
},
{
"title": "Videos",
"links": [
{
"icon": "πŸŽ₯",
"title": "Interactive Dandelion",
"url": "https://youtu.be/FlBRSIz5AcQ",
"description": "Patt Vira's interactive dandelion project using ml5.js and p5.js."
},
{
"icon": "πŸš‚",
"title": "The Pixel Array",
"url": "/tracks/p5-tips-and-tricks/more-p5/pixel-array",
"description": "This video looks at how to access the pixels of an HTML5 canvas in p5.js."
}
]
}
Expand Down

0 comments on commit 4240181

Please sign in to comment.