I want to remove the thumb from the Hand landmark tracking Mediapipe model to only track my 4 fingers without the thumb. How can I do that? Here’s what I have done so far and I was able to remove the unwanted CONNECTIONS by defining a custom connections list. But still landmark dots/points visible. How can I remove them?. Thank
Tag: mediapipe
Issues compiling mediapipe with pyinstaller on macos
I have issues compiling a project with mediapipe via pyinstaller on macos so far I tried: The .app does not open, and if I try the unix exec, I get I work with conda, my env is in python 3.8, mediapipe 0.8.5 and OSX 10.15.7 Thanks in advance Answer I ran into this issue too and just figured it out
create a rectangle around all the points returned from mediapipe hand landmark detection just like cv2.boundingrect does
I am using following code to detect hand landmarks using mediapipe I just want a rectangle around all the points returned by the detector Please tell if there is any way to do so built in mediapipe or using opencv Answer Before the while loop, determine the width and height each frame will be: For each landLM detected, define the