Questions tagged [mediapipe]

When you are facing any implementation issue for mediapipe in your android, iOS or desktop application, When you want any clarification on concept , methods on mediapipe etc ask question with this tag.

MediaPipe is a framework for building multimodal (eg. video, audio, any time series data), cross platform (i.e Android, iOS, web, edge devices) applied ML pipelines. With MediaPipe, a perception pipeline can be built as a graph of modular components, including, for instance, inference models (e.g., TensorFlow, TFLite) and media processing functions.

585 questions
14
votes
6 answers

Python: How to get Face Mesh landmarks coordinates in MediaPipe?

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 the help.
אופק ט
  • 141
  • 1
  • 1
  • 6
11
votes
1 answer

Could not install packages due to an EnvironmentError: [WinError 5] Access is denied

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 --user option or check the permissions. I tried pip install…
Sampath Sandaruwan
  • 113
  • 1
  • 1
  • 5
9
votes
0 answers

Where is @mediapipe/camera_utils npm module source code?

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 JavaScript we need to use @mediapipe/camera_utils…
Alok
  • 7,734
  • 8
  • 55
  • 100
7
votes
1 answer

How to run MediaPipe's Pose Landmark Detection on a GPU

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 not sure how I can run this example using a GPU. I…
Amaan
  • 1,473
  • 2
  • 12
  • 11
6
votes
0 answers

No module named 'mediapipe.python._framework_bindings'

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 update apt-get update pip install mediapipe-rpi3 -i…
liduoan
  • 61
  • 1
  • 2
6
votes
1 answer

How to make mediapipe pose estimation faster (python)

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? Here is resource usage while playing a dance video:…
6
votes
3 answers

how to install and use mediapipe on Raspberry Pi 4?

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 raspberry pi i did not find any resources.
abdelhak51
  • 579
  • 1
  • 7
  • 16
6
votes
1 answer

MediaPipe vs MLKit Vision vs ARCore

There seems to be a lot of overlap between these 3 Google libraries. According to their sites: MediaPipe: MediaPipe offers cross-platform, customizable ML solutions for live and streaming media. ARCore: With ARCore, build new augmented reality…
softcode
  • 4,358
  • 12
  • 41
  • 68
5
votes
1 answer

Mediapipe not running even after installation MacBook M1

I am trying to get MediaPipe Pose estimation running on VS code on my MacBook M1. I installed it using pip install mediapipe-silicon and it installed successfully. I am running the generic MediaPipe code without modifications: import cv2 import…
Jana.k
  • 97
  • 5
5
votes
0 answers

How to implement MediaPipe pose library in React Native Expo

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 are working with the @mediapipe/pose (MediaPipe…
5
votes
6 answers

TypeError: create_int(): incompatible function arguments

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 - 007lakshya\Idhant\Programming\Projects\MY MACHINE…
Popstar Idhant
  • 51
  • 1
  • 1
  • 2
5
votes
1 answer

Three.js - How to animate a 3D model using data from pose estimation

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 trying to use those to move the 3D model accordingly. …
Artemis J
  • 331
  • 1
  • 5
  • 20
5
votes
1 answer

Importing Tensorflow Causes Program to Freeze

I'm trying to run a hand analysis program using mediapipe's hand recognition library as well as tensorflow models to recognize if hands are in a particular position. I tried to use the two together, but ran into an issue. Whenever I try to use both…
Sam Skinner
  • 376
  • 3
  • 12
5
votes
7 answers

Cannot pip install mediapipe on Macos M1

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 appnope …
San San
  • 101
  • 1
  • 2
  • 6
5
votes
1 answer

How to run mediapipe with c++ on M1 mac

environment Macbook air M1 2020. Big Sur 11.3.1. What I wanna do I want to succeed to run "mediapipe c++ hello_world" below. https://google.github.io/mediapipe/getting_started/install.html#installing-on-macos I tried the following tries and…
zousan
  • 93
  • 6
1
2 3
38 39