mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

JS FaceMesh documentation

Open ndrewtl opened this issue 3 years ago • 0 comments

Thank you for submitting a MediaPipe documentation issue. The MediaPipe docs are open source! To get involved, read the documentation Contributor Guide

URL(s) with the issue:

https://google.github.io/mediapipe/solutions/face_mesh.html

Description of issue (what needs changing):

The Facemesh documentation doesn't currently include an explanation of the Mesh type or how to use the getVertexBufferList() or getIndexBufferList() methods. All docs I can find only describe landmark functionality. I would like to know how to parse or decode the Mesh and other FaceGeometry types, as well as have an example of say, importing a FaceMesh as a mesh or animation into Three.js. The types are well-defined, so clearly there is a standardized functionality here. I would just like a description of what it is.

ndrewtl avatar Jul 21 '22 05:07 ndrewtl

The docs for Mediapipe are just awful. There's no API reference to be found anywhere. I hope they fix this sometime

brunodeangelis avatar Aug 12 '22 17:08 brunodeangelis