-
Hello ,
I try to adapt your program main.cpp with pose_tracking, the first frame works but it stucks on the first.
I saw that other people got the same issue and fixed it but did not explain how…
-
https://www.youtube.com/watch?v=06TE_U21FK4
-
Phone: Google Pixel 6, Play Store version, Android 14
This is the crash log:
```*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'google/oriole/oriole:14/AP2A.24090…
Sajeg updated
1 month ago
-
Hi folks,
I am completely new to Biomechanics and have been looking at it only from the perspective of pose estimation. Is it possible to use the data of a pose estimation model (e.g. MediaPipe) dire…
-
Hey,
Found this repository while also working on calculating the joint angles of mediapipe poses. Good stuff!
I'm currently trying to add more mediapipe joints, which you are currently not using.
…
-
Hello, This is not an issue I need some help from you with the following scenario :
I have to work on a Human Pose Estimation project using OpenCV and MediaPipe in Unity. In that, I need to track m…
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
No
### OS Platform and Distribution
Linux Ubuntu 20.04
### MediaPipe Tasks SDK version
…
-
may you please share pose tracking with mediapipe as sln visual staduio c++ 2019 and using in c# ? I intend to be able to access the values of the landmarks, which means that I can display them in the…
-
Hi!
I am trying to evaluate the **Pose Detection** feature in com.google.mlkit:pose-detection-common@@18.0.0-beta3, but it crashes immediately.
It appears that most modes (Object Detection, Custom…
-
so their cv function must accept:
`shared_metadata_dict["latest_cap_frame"],shared_analysis_dict ,shared_metadata_dict`
and then must break in the case for things like mediapipe
```
with …