mediapipe
mediapipe copied to clipboard
Cross-platform, customizable ML solutions for live and streaming media.
Face mesh (and holistic) solutions missing tflite models. (Other solutions such as hand tracking are working fine) Follow documentation to install and run on MacOS via bazel and C++ On...
Hello author: I'm so sorry I don't want to disturb you I can't find any information on this online System information: System os : macos 12.0.1 mediapipa version: v0.8.11 os:...
 In the MediaPipe holistic docs image above, it uses both hand and face re-crop to form the landmarks but we are only able to apply the face re-crop. How...
from charset_normalizer import detect import cv2 import cvzone from cvzone.HandTrackingModule import Handdetector from time import sleep import numpy as np from pynput.keyboard import Controller cap=cv2.VideoCapture(0,cv2.CAP_DSHOW) cap.set(3,1280) cap.set(4,720) detector=Handdetector(detectionCon=0.8) cap.set(5,674) This...
Hello, How many channels has the output of the Hair segmentation model ? In the `TfLiteTensorsToSegmentationCalculator` from the graph, there is `tensor_channels: 2` does that mean the output have 2...
I'm trying to test the performance of holitic for android, so I tried following things: - build example from source using bazel build system (https://google.github.io/mediapipe/getting_started/android.html) - build AAR and use...
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 (e.g., Linux Ubuntu 16.04, Android 11,...
pred_keypoint_heatmaps: tensor([[[[-1.6246e+00, -2.1436e+00, -3.1817e+00, ..., -3.0422e+00, -2.1779e+00, -1.7458e+00], [-1.9384e+00, -2.4925e+00, -3.6006e+00, ..., -3.4789e+00, -2.4824e+00, -1.9841e+00], [-2.5661e+00, -3.1902e+00, -4.4384e+00, ..., -4.3525e+00, -3.0912e+00, -2.4606e+00], ..., [-1.7894e+00, -2.8602e+00, -5.0018e+00, ..., -5.7117e+00, -3.4794e+00, -2.3632e+00],...
**System information** - Windows 11 Pro - Version 21H2; Build 22000.856: - Resource base intel core i5 7th Gen, 16Gb RAM - Python 3.10.6: - Installed using pip: - IDE...