mediapipe Questions
1
MediaPipe project's source code is hosted at https://github.com/google/mediapipe
We can use MediaPipe using JavaScript also in Browser given at MediaPipe in JavaScript
While using MediaPipe with Ja...
Revenue asked 28/8, 2021 at 10:18
6
I'm trying to get a list with landmark coordinates with MediaPipe's Face Mesh. For example: Landmark[6]: (0.36116672, 0.93204623, 0.0019629495)
I cant find the way to do that and would appreciate t...
Drumbeat asked 17/4, 2021 at 18:50
1
Solved
I'm trying to use pose estimation coordinates to animate a rigged model in three.js The pose estimation tech I'm using provides real time x,y,z coordinates from a person in a video feed and I'm try...
Tridactyl asked 22/10, 2021 at 15:14
5
I want to make handtracker program using python but the tutorial tell me to install mediapipe library, then I installed it. Before that it's okay using cv2 to stream my camera, but after installing...
6
I am trying pip3 install mediapipe but I am getting an error:
ERROR: Could not find a version that satisfies the requirement mediapipe
ERROR: No matching distribution found for mediapipe
My Pytho...
1
Solved
I'm building MediaPipe based face recognition lib using Bazel, I'm using apple_xcframework bazel rule.
This creates a dynamic xcframework, which I then share to other devs who add it to their XCode...
Carrefour asked 11/10, 2022 at 11:20
6
I've Been Recently Learning Computer Vision using python, and when making a hand detector project, I encountered this error :-
Traceback (most recent call last):
File "c:\Users\idhant\OneDrive...
7
Hello fellows
I'm using mac air with M1 chip
My env sets like
(CV) san ~/work/python
conda list
# packages in environment at /Users/san/miniforge3/envs/CV:
#
# Name Version Build Channel
appn...
2
I'm trying to run a bazel target with bazel run command from workspace root. And I want to pass relative path as an argument to this target. Currently it doesn't recognize this pass, whilst manual ...
1
The question is how to find the eye coordinate using the multipipe library and place a marker at the left,right, top, and bottom of each of the eyes using cv2 library. as shown in the image below.
...
Ardisardisj asked 14/5, 2022 at 10:43
1
How to label the person eye for a face detected via mp_face.process() of the mediapipe ?
I expect the output to be as below
Image taken from this link
One of alternate suggestion is given below. I...
3
I followed the official mediapipe page but without any result so can someone help to install mediapipe in raspberry pi 4 in windows it is easy to install it and use it but in arm device like raspbe...
Rebellion asked 6/5, 2021 at 0:44
0
I installed Docker on raspberry PI 3b. I want to configure a Python image with Mediapipe.
The basic image is demosense/raspberrypi3-opencv.
The way I installed mediapipe is
apt-get update
apt updat...
1
Solved
I'm making a pose estimation script for my game. However, it's working at 20-30 fps and not using the whole CPU even if there is no fps limit. It's not using whole GPU too. Can someone help me?
Her...
Deer asked 11/8, 2021 at 15:55
0
I am working on a module where I have to integrate pose detection in our mobile application. The mobile application is developed using the react native framework and the project is expo managed. We...
Pigeonwing asked 4/11, 2021 at 12:16
1
Solved
ERROR: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'C:\Users\Sampath\anaconda3\Lib\site-packages\~5py\defs.cp38-win_amd64.pyd'
Consider using the --u...
1
Solved
I am able to run MediaPipe's Pose Landmark detection on my Windows 10 computer by following this tutorial here: https://google.github.io/mediapipe/solutions/pose.html#python-solution-api, but I'm n...
Rodriques asked 27/7, 2021 at 17:33
2
I'm trying to install 'mediapipe' at pyhton3.8.6 on mac m1 big sur 11.3.1
so when I'm trying to install bazel and run 'the Hello World desktop' example.
$ brew search bazel
==> Formulae
bazel ✔ ...
1
© 2022 - 2025 — McMap. All rights reserved.