mediapipe
mediapipe copied to clipboard
JS FaceMesh documentation
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.
The docs for Mediapipe are just awful. There's no API reference to be found anywhere. I hope they fix this sometime