Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
134 views

I’m working on an iOS app where I want to check if two poses are the same (e.g., matching a live yoga pose to a preset reference pose). I use VNDetectHumanBodyPoseRequest to extract joint keypoints, ...
Shubham Kachhiya's user avatar
0 votes
0 answers
101 views

I am working on a project where I need to process pose landmarks, left hand landmarks, right hand landmarks, and face landmarks in a specific order using MediaPipe. However, the landmarks are not ...
Sadık Ahmet's user avatar
-2 votes
1 answer
189 views

I'm developing an app with React-Native for Android. The app was supposed to use the ML Kit PoseDetection API of Google to count reps of an exercise. Right now I just want the app to open the camera, ...
SetchFrank's user avatar
0 votes
1 answer
328 views

I'm developing an app in React Native that uses the PoseDetection API by Google ML Kit. It's a project for my university. Here my package.json: "dependencies": { "metro-react-native-...
SetchFrank's user avatar
0 votes
1 answer
428 views

I wanted to create an app via React-Native for pose detection by using ML Kit. I used the instructions of the Google Ml Kit website and I used the following task: poseDetector.process(image) But when ...
SetchFrank's user avatar
1 vote
1 answer
563 views

In my React.js code, I'm using the TensorFlow.js PoseNet model to detect multiple poses. When I get all the pose keypoints, I draw lines on each point pair (jointPairs). It's working, but after 25 ...
Neha's user avatar
  • 33
0 votes
1 answer
753 views

I am trying to use a webworker to detect the pose each frame and then on the main thread I display the results but I am having some delay/sync issues. I use next js 14.0.4 with @mediapipe/tasks-vision@...
Christian Stamati's user avatar
0 votes
1 answer
250 views

I am trying to draw points on landmarks by using the result of ML-Kit Pose Detection on Android app with Jetpack Compose. First, I draw points (red points) by using the pure coordinates that obtained ...
isifzade's user avatar
  • 576
3 votes
1 answer
376 views

I have PoseNet Tensorflow saved model that takes in an image and outputs heatmap and offset tensors. PoseNet is an already trained model from Google, and I've very little control over it. the model ...
leo's user avatar
  • 183
1 vote
1 answer
365 views

First I'll apologize and explain I'm a UX designer, not really a developer, though I have a basic understanding of HTML, CSS, Javascript. I want to create a super simple web-app based on this codepen ...
Garetron's user avatar
0 votes
1 answer
572 views

How to convert YOLOv7 for pose detection into Core ML model to run model or application on ios device. the refrence for the model is : https://github.com/googlesamples/mediapipe/blob/main/examples/...
Arnav Sharma's user avatar
0 votes
0 answers
191 views

I want to get 3D points by using VNDetectHumanBodyPose3DRequest and VNImageRequestHandler in video session. And I have succeed by using VNImageRequestHandler.init(cmSampleBuffer:options:) without ...
iOSFresher's user avatar
0 votes
1 answer
1k views

I have installed the OpenPose library for my pose detection project using C++. However, I am encountering difficulties with the installation process, particularly when trying to download models as per ...
Vignesh's user avatar
  • 11
0 votes
1 answer
264 views

I'm trying to use VNDetectHumanBodyPose3DRequest to get 3D keypoints from videos taken in my app at 30 fps. Since the request takes too long to do in real time I'm saving the CMSampleBuffers from the ...
Bereketab Tessema's user avatar
0 votes
1 answer
753 views

It is written in the documentation of Mediapipe that: "x and y: Landmark coordinates normalized to [0.0, 1.0] by the image width and height respectively.", however I'm getting values out of ...
Bilal's user avatar
  • 4,145
1 vote
1 answer
255 views

I am working on a MediaPipe solution where a user can choose a video on my web server, and then view the video with pose detection landmarks on top of the video. The following solution works ok, but ...
Frederik Petri's user avatar
1 vote
1 answer
595 views

I want to use mediapipe pose detection in Android studio and I am trying to make. Aar file to use it. So on running build -c opt --config=android_arm64 mediapipe/modules/pose_detection:*, I am getting ...
Lalita Garg's user avatar
0 votes
0 answers
467 views

I want to use mediapipe in Vue.js to detect human pose, I have tried to replicate this example using Vue.js, but I didn't succeed, can you please tell me how can I do it? thanks in advance. P.S: I ...
Bilal's user avatar
  • 4,145
1 vote
1 answer
1k views

I'm trying to implement JetPack Compose version of ML Kit pose detection using ML Kit Vision Quickstart Sample App My issue is that the pose graphic overlay lines are flipped when the camera is set to ...
leo's user avatar
  • 183
0 votes
1 answer
1k views

I'm trying to use one of mediapipes pretrained tflite models to perform a pose landmark detection in android (java), which offers me information about 33 landmarks of a human body. I know there are ...
EinePriseCode's user avatar
0 votes
0 answers
328 views

So I've drawn a rectangle on a video and now I want to detect the person inside the rectangle with mediapipe pose and not the one mediapipe pose defaults to show if there are many people. Can someone ...
yesmehsj's user avatar
0 votes
0 answers
292 views

I am using MediaMetadataRetriever as well as MLkit to do pose detection on a saved video file. I have attached some of my code here: public ArrayList<ArrayList<Float>> extractPoses() ...
stackoverflowta8's user avatar
0 votes
0 answers
150 views

I am currently working on a new project aimed at tracking treadmill steps in an app via a front-facing camera. I'm still in the early idea phase and I'm trying to decide if it would be better/more ...
ForeverMe00's user avatar
6 votes
0 answers
4k views

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 ...
Himanshu Chahal's user avatar
7 votes
1 answer
15k views

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 ...
Amaan's user avatar
  • 1,552
0 votes
1 answer
346 views

I was wondering if there are any plans to have the Holistic Detection (face + pose + hand tracking) implemented in MLKit, or if there is an easy and efficient way to add the face and the hand ...
Baloo's user avatar
  • 5
0 votes
1 answer
1k views

Trying to get BlazePose TFJS working in Angular 12. I have an empty project and have installed the requires packages (I think). Package.json looks like this: { "name": "posetrackingtest", "...
Doug's user avatar
  • 765
0 votes
1 answer
663 views

I'm using the Pose Detection, and I tried to use the facial landmarks to calculate the 3d head position and rotation. But as said in MLKit's PoseDetection documentation, the z position for the face ...
Baloo's user avatar
  • 5
0 votes
0 answers
944 views

i'm using the google provide sample for pose detection in an android app. I would get automatically distances beetween Keypoints placed by Pose (rightKnee to rightAnkle by example). I willing to store ...
Léonce Stekendak's user avatar
1 vote
1 answer
421 views

I am using PoseNet from TensorFlow Lite library to detect key point on images. What is the best way to evaluate the results. I feed in images and get key points as a result. How can I say if the ...
Parth's user avatar
  • 45
1 vote
2 answers
3k views

How can I get real time exercise count and angle using ML kit? Here, I check https://ai.googleblog.com/2020/08/on-device-real-time-body-pose-tracking.html for push up and squat exercise count. I am ...
Shweta Chauhan's user avatar