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 Ubuntu 22.04 ### Programming Language and version...
I have build an App and used the MediaPipeTasksVision SDK: pod 'MediaPipeTasksVision', '0.10.12' After I have uploaded my App to App Store Connect I get these warnings: > ITMS-91053: Missing...
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) Yes ### OS Platform and Distribution Mac 14 M1 ### MediaPipe Tasks SDK...
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) Yes ### OS Platform and Distribution Windows 11 ### Mobile device if the...
I've trained a model in mediapipe model maker. I want to run inference through tensorflow directly, on python, so I can use a Coral Edge TPU. Since it's a TFLite...
import mediapipe as mp import cv2 as cv import time cap = cv.VideoCapture(0) mphands = mp.solutions.hands hands = mphands.Hands() while True: success,img = cap.read() imgRGB = cv.cvtColor(img,cv.COLOR_BGR2RGB) results = hands.process(imgRGB)...
ConstantSidePacketCalculator: Number of output side packets has to be same as number of packets configured in options. ImageToTensorCalculator:Output tensor range is required. SplitTensorVectorCalculator: The number of output streams should match...
### MediaPipe Solution (you are using) Object Detection (Model Maker) ### Programming language Python ### Are you willing to contribute it No ### Describe the feature and the current behaviour/state...
### OS Platform and Distribution Windows 11 ### Compiler version Visual Studio 2019 ### Programming Language and version C++ ### Installed using virtualenv? pip? Conda?(if python) _No response_ ### MediaPipe...
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) Yes ### OS Platform and Distribution Ubuntu 22.04.4 LTS ### MediaPipe Tasks SDK...