605 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-3
votes
1
answer
191
views
AttributeError on 'mediapipe' module [closed]
In mediapipe 0.10.31, while importing mediapipe library, the following error occurs:
tracker = HandTracker()
self.mp_hands = mp.solutions.hands
AttributeError: module 'mediapipe' has no ...
-1
votes
0
answers
138
views
mediapipe module : "hands" is not a known attribute of module "mediapipe.python.solutions"
I'm trying to run a finger-painting project using MediaPipe Hands, but Python keeps throwing this error:
AttributeError: module 'mediapipe.solutions' has no attribute 'hands'
mp.solutions.hands is ...
0
votes
0
answers
48
views
Is it possible to modify existing .task file?
I'm studying & trying to use mediapipe. I want to modify the Android project face-landmarker.
I want to modify the graphs & parameters of landmarker by modifying the .task file - like this:
...
0
votes
0
answers
54
views
videoElement freezes or glitches in WebKit WebView
I'm experiencing an issue in a WebKit WebView environment where a videoElement either freezes or shows corrupted frames.
I'm using @mediapipe/tasks-vision to perform face-detection-based data ...
0
votes
1
answer
143
views
Time interval between frames on facial landmarks extraction
I'm used to working with MediaPipe in Python on a Windows 11 desktop setup. In this environment, if VIDEO mode is selected, MediaPipe automatically reads the video frame count, and the detected frames ...
0
votes
1
answer
92
views
!pip install mediapipe opencv-python error
I am getting this below error for when I try to install mediapipe on Kaggle.
The same command works on the Google Collab fine but not on Kaggle.
WARNING: Retrying (Retry(total=4, connect=None, read=...
0
votes
0
answers
26
views
AAR file genearation Build error in mediapipe
bazel build -c opt --strip=ALWAYS --host_crosstool_top=@bazel_tools//tools/cpp:toolchain --fat_apk_cpu=arm64-v8a,armeabi-v7a --legacy_whole_archive=0 --features=-legacy_whole_archive ...
-1
votes
1
answer
101
views
Losing face tracking when it's perpendicular to the camera
When I have a perpendicular face to the camera, with a high yaw I lost the track of the face, how I can to maintain the track in a face when is looking completely to the left or right?
I'm using "...
0
votes
1
answer
229
views
Mediapipe Hands module resolves incorrect path to .task file
I am following the documentation, but BaseOptions seems to resolve the model path incorrectly — instead of using my project directory, it prepends a Python package path.
base_options = BaseOptions(...
2
votes
0
answers
144
views
Animate vrm avatar with Three.js
How to make a vrm avatar move according to the json file that contains the coordinates of the mediapipe pose, hands, face.
I know the Hands have 21 landmarks each for left and right, Face Mesh (uses ...
2
votes
0
answers
107
views
mediapipe custom pose connections
I am using mediapipe with javascript. Everything works alright until i try to show connections between spesific landmarks (in my case bettween landmarks 11, 13, 15, 12, 14, 16)
here is my custom ...
1
vote
3
answers
11k
views
How can I pip install mediapipe python 3.13
ERROR: Could not find a version that satisfies the requirement mediapipe (from versions: none)
ERROR: No matching distribution found for mediapipe
0
votes
0
answers
221
views
Python MediaPipe how to create 3d model points based on the 2d image points
Well I got some troubles trying to implement a code that check where a person is facing from a video. The objective is to see if the person look in 6/8 position (up,left,right,down, and its ...
0
votes
0
answers
97
views
How to solve DLL initializing error in an ML project with pyinstaller?
I made a project for face recognition and putting snapchat like filters on faces.
These are the dependencies:
opencv-python-headless
PyQt5
yt_dlp
facenet_pytorch
mediapipe
ultralytics
After running: ...
2
votes
0
answers
135
views
Distance between facial landmarks changes with head rotation using MediaPipe Face Landmarks and Three.js
I'm using the @mediapipe/tasks-vision library to extract 3D face landmarks in a browser-based application and trying to measure the distance between two specific points: landmark 143 and landmark 372 (...