mediapipe-silicon
mediapipe-silicon copied to clipboard
Prebuilt Google MediaPipe packages for arm64.
When I run the command "/Applications/Blender.app/Contents/Resources/3.5/python/bin/python3.10 -m pip install mediapipe-silicon==0.8.11 --target /Applications/Blender.app/Contents/Resources/3.5/python/lib/python3.10/site-packages", the errors that reported is as follows: ERROR: Could not find a version that satisfies the requirement mediapipe-silicon==0.8.11...
Project currently uses OpenCV3, but I would like to discuss about building on top of OpenCV4 as well. This will allow users to choose which version of OpenCV they want...
Hi, When importing mediapipe on Mac ARM64, im facing the following issue: `>>> import mediapipe as mp objc[17608]: Class CaptureDelegate is implemented in both /Users/sandeeppvn/opt/miniconda3/envs/640/lib/python3.10/site-packages/mediapipe/.dylibs/libopencv_videoio.3.4.16.dylib (0x100d98860) and /Users/sandeeppvn/opt/miniconda3/envs/640/lib/python3.10/site-packages/cv2/cv2.abi3.so (0x16650e538). One...
Hey @cansik, Im curious to know when the iris detection in python for media-pipe silicon will be released.
(base) MacBook-Pro-4:~ Yash$ pip install mediapipe-silicon ERROR: Could not find a version that satisfies the requirement mediapipe-silicon (from versions: none) ERROR: No matching distribution found for mediapipe-silicon (base) MacBook-Pro-4:~ Yash$...
Hi @cansik, I am trying to use mediapipe and opencv on my M1 Mac. I got opencv to run perfectly fine but cannot download mediapipe. I have tried mediapipe-silicon both...
I get the following error: `ModuleNotFoundError: No module named 'mediapipe.python._framework_bindings'` when I try to import it on M1 pro.
Hi i am trying to build a face detection using the apple silicon version for media pipe but get this error INFO: Created TensorFlow Lite XNNPACK delegate for CPU. Traceback...