python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
when using mediapipe and opencv , multi_hand_landmarks doesn't work
i'm following a youtube tutorial https://www.youtube.com/watch?v=01sAkU_NvOY and i copied the code line by line but it seems like python cannot find multi_hand_landmarks
im using VScode
here is my cod...
quhtani
Votes: 0
Answers: 1
Different frame rate calculation methods produce very different results
As part of a hand gesture recognition system based on OpenCV and MediaPipe (from Google) I investigated the frame rate possible.
The code in approach 1 was used first (partly from a YouTube video and ...
rlh
Votes: 0
Answers: 1
jupyter notebook ModuleNotFoundError No module named 'mediapipe.python._framework_bindings
when i use jupyter notebook import mediapipe .I meet a problem ,it is No module named 'mediapipe.python._framework_bindings',but import other model is ok .And use pycharm import mediapipe also ok .
my...

hrbustlsh
Votes: 0
Answers: 1
How Can I get the landmarks and pixel points of the nose
I am running this code to detect the nose and get its position in real time. I was able to detect the face and draw the points of the landmarks.However I couldn't figure out how I can get the position...

kuday tosun
Votes: 0
Answers: 1