mediapipe
mediapipe copied to clipboard
Cross-platform, customizable ML solutions for live and streaming media.
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...
Please make sure that this is a bug and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html), FAQ documentation before raising any issues. **System information** (Please provide as much relevant information as possible)...
**FaceMesh GPU Build** I have sucessfully build FaceMesh for CPU using the following command **BUILD for CPU** `bazel build -c opt --define MEDIAPIPE_DISABLE_GPU=1 mediapipe/examples/desktop/face_mesh:face_mesh_cpu` But for BUILD for GPU, I...
**System information** - OS Platform and Distribution (e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4): Linux Ubuntu 18.04(Nvidia GeForce GTX 1080) - Compiler version (e.g. gcc/g++ 8 /Apple clang version...
Hello, Apologies if this is trivial but I'm wondering if there's something else I'm missing when it comes to how the normalised co-ordinates are calculated. I'm NSlogging the landmarks similar...
Hi. I'm trying to build mediapipe aar on Windows for face detection but I faced this issue which I'm not sure the solution for this. can anyone give a help?...
I customized a Calculator, the rough code is as follows: ``` ::mediapipe::Status MyCalculator::Process(CalculatorContext* cc) { /////////////////////////////// hardcoded path. cv::Mat background = cv::imread("mediapipe/calculators/image/testdata/clouds2.png"); ...... } ``` , in the code, I...
pose_landmarks emit an empty packet while the corrsponding pose_world_landmarks packet isn't empty
Please make sure that this is a bug and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html), FAQ documentation before raising any issues. **System information** (Please provide as much relevant information as possible)...
**System information** (Please provide as much relevant information as possible) - OS Platform and Distribution: Docker, image python:3.8-alpine - Installed using virtualenv? pip? Conda? (if python): pip - [MediaPipe version](https://github.com/google/mediapipe/releases):...
I am using the pose_tracking_gpu in java. It draws all the landmark points and connections of those points. How can I change the color of the landmarks and lines? Got...