mediapipe
mediapipe copied to clipboard
Cross-platform, customizable ML solutions for live and streaming media.
**System information** (Please provide as much relevant information as possible): Ryzen 9 3900X 3.8GHz 32 GB RAM - Have I written custom code (as opposed to using a stock example...
[This line of code](https://github.com/google/mediapipe/blob/master/mediapipe/calculators/tflite/tflite_tensors_to_landmarks_calculator.cc#L204) seems to provide inference result after a forward pass of the neural network. `const float* raw_landmarks = raw_tensor->data.f;` However, this is not a function, but some...
**System information** (Please provide as much relevant information as possible) - [MediaPipe version](https://github.com/google/mediapipe/releases): Mediapipe FaceMesh 0.4.1633559619 - Solution (e.g. FaceMesh, Pose, Holistic): FaceMesh - Programming Language and version ( e.g....
Considering that the absolute coordinates of hand are not obtained, how can 3d hand tracking be applied to augmented reality scenes such as AR glasses?
**Why the mediapipe inference calculator has much more longer inference time than simple running of .tflite model?** **System information** (Please provide as much relevant information as possible) - Have I...
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/pose.html#pose_world_landmarks ## Description...
What is the best way to calculate the angles of the thumb and finger from the XYZ coordinates?
Im running mediapipe on windows10 with the python api Im using a logitech webcam for real time input. I am using the python examples provided in the mediapipe docs. The...
**System information** (Please provide as much relevant information as possible) - Browser and version (e.g. Google Chrome, Safari) if the issue happens on browser: Chrome 102 - Programming Language and...
**System information** Firefox 99.0 on Ubuntu 21.04 Firefox 99.0 on Windows 10 - Have I written custom code (as opposed to using a stock example script provided in MediaPipe): No...