mediapipe
mediapipe copied to clipboard
Cross-platform, customizable ML solutions for live and streaming media.
I'm working with mediapipe face mesh landmarks model. What I want is to find the 468 landmarks for a face and then filter out any faces with occluded landmarks. The...
In [Grishchenko et al (2022): BlazePose GHUM Holistic: Real-time 3D Human Landmarks and Pose Estimation](https://arxiv.org/pdf/2206.11678.pdf) The authors write: " To showcase BlazePose GHUM Holistic we created an open-source avatar demo...
Sir i am building a virtual UI so can user travel to different script on virtual button distance becomes less **System information** (Please provide as much relevant information as possible)...
Error while running Face mesh with Refine Landmark = True **System information** - Have I written custom code (as opposed to using a stock example script provided in Mediapipe): No...
Chrome: 96.0.4664.110 "node": "14.15.4", "npm": "6.14.x" React: 16.13.1 perhaps there is some garbage collection that I can do to 'reset'/clear the connection? ``` RuntimeError: abort(Module.arguments has been replaced with plain...
I'm using the example iOS app (Target name: PoseTrackingGPU) in the mediapipe repo. iOS version 15.5. Code is running on an iPhone 12 Pro Max. Mediapipe version is 0.8.10. Overall,...
It would be usefull to have a function that transfroms the coordinates to the coordinate systems of threejs or Blender! Would it be possible?
I am trying to insert custom networks into the hands pipeline to detect not-quite human hands and to understand the inputs and outputs of the existing networks. As I understand,...
Please make sure that this is a build/installation issue and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html) documentation before raising any issues. System information (Please provide as much relevant information as possible)...
Hello, we observe that the latest face dection model(face_detection_full_range_sparse.tflite) accept 192x192x3 as input, not 128x128x3 anymore, is there anyplace stored anchor information of that? We need to run this tflite...