mediapipe
mediapipe copied to clipboard
Cross-platform, customizable ML solutions for live and streaming media.
"ERROR: While resolving toolchains for target @org_tensorflow//tensorflow/tools/git:gen_git_source: No matching toolchains found for types @bazel_tools//tools/cpp:toolchain_type. Maybe --incompatible_use_cc_configure_from_rules_cc has been flipped and there is no default C++ toolchain added in the WORKSPACE...
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) - OS Platform and Distribution linux Ubuntu 21.04 - MediaPipe version:...
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...
I want to use mediapipe/modules/pose_detection/pose_detection.tflite I try to watch the name of nodes graphs, but get RuntimeWarning ``` RuntimeWarning: Unexpected end-group tag: Not all data was converted graph_def.ParseFromString(f.read()) ``` My...
I don't understand that mean detection letterbox calculator. I think is proportion between size original image and resized image. Example, i have original image with shape 1080; 1920 and i...
I am working on building a standalone cpp project for detecting pose. We are able to get the pixel space output while doing pose detection. [Here](https://google.github.io/mediapipe/solutions/pose.html#pose-landmark-model-blazepose-ghum-3d), it says that the...
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**: - Linux Ubuntu 18.04 - Compiler version: gcc/g++...
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...
**System information** - Packages used for development 1. Reactjs - v16.10.2 2. Typescript - v4.2.4 3. react-webcam - v7.0.1 (for capturing the image taken from a camera) 4. mediapipe/camera_utils -...
**System information** - OS Platform and Distribution : Linux Ubuntu 18.04(host) , Debian buster(docker image) - Compiler version : g++8 - MediaPipe version: 0.8.10.2 - Bazel version: 5.2.0 **Describe the...