mediapipe
mediapipe copied to clipboard
Cross-platform, customizable ML solutions for live and streaming media.
Please make sure that this is a feature request. **System information** (Please provide as much relevant information as possible) We are trying to run mediapipe holistic on Chrome and when...
I'm trying to use mediapipe in a GCP cloud function (Python). My biggest issue is that I want to use models other than the default model (complexity=1) for pose landmark...
With the newest release (v0.8.11) i can't build any solutions for gpu anymore. The problem does not occur with release v0.8.10.2. **System information** (Please provide as much relevant information as...
The inference calculator crashes if model caching is activated (via serialized_model_dir and model_token options) and TFLiteGPURunner falls back to OpenGL api (i.e. when OpenCL initialization fails). The crash occurs during...
Hello everyone, I was trying Mediapipe Facemesh Solutions. When processing some images containing face couldn't detect the tilted face in the image. **System information** - OS Platform and Distribution: Windows...
want to mediapipe support two input streams(video and audio) ? **any update about the audio demo app support two input streams(video and audio)?**
Please make sure that this is a [solution](https://google.github.io/mediapipe/solutions/solutions.html) issue. **System information** (Please provide as much relevant information as possible) - Have I written custom code (as opposed to using a...
First of all, thanks to the mediapipe work hard. I have a problem here that I need your help with. Thank you very much. There is a 3D head model...
Hi. Thank you for sharing your work. Given a 3d face coordinate and the projection matrices: R, T (corresponding 2d coordinates as well) as input . What are the steps...
Currently, I am using the face_effect_gpu subgraph and code based on the FaceEffectApp example to do face detection for an iOS project. It works great, except in the cases where...