mediapipe
mediapipe copied to clipboard
Cross-platform, customizable ML solutions for live and streaming media.
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) Yes ### OS Platform and Distribution iOS 15 ### MediaPipe Tasks SDK version...
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) None ### OS Platform and Distribution windows 10 ### MediaPipe Tasks SDK version...
### MediaPipe Solution (you are using) Android library:com.google.mediapipe:tasks-genai:0.10.14 ### Programming language Android Java ### Are you willing to contribute it None ### Describe the feature and the current behaviour/state currently...
### OS Platform and Distribution Ubuntu22.04 ### Compiler version gcc-linaro-7.5.0-2019.12-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc ### Programming Language and version C++17、Python 3.10.12 ### Installed using virtualenv? pip? Conda?(if python) _No response_ ### MediaPipe version v0.10.15...
I want to turn off hand tracking feature because it causes performance problems. How to do that or whether custom solutions to do ? Thank you in advance.
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) Yes ### OS Platform and Distribution Android ### MediaPipe Tasks SDK version _No...
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) None ### OS Platform and Distribution android 13 ### Mobile device if the...
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) Yes ### OS Platform and Distribution macOS 14.6.1 ### MediaPipe Tasks SDK version...
Update `opencv_cmake` version from 3.4.10 to 4.7.0 due to FFmpeg incompatibility in various Linux distro.
I downloaded the `pose_landmaker_lite.task` file from the official Mediapipe guide for Pose Landmark Detection [here](https://ai.google.dev/edge/mediapipe/solutions/vision/pose_landmarker):  In order to access its `.tflite` models, I unzipped it using `unzip pose_landmaker_lite.task` and...