-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPU support for macOS Metal? #5656
Labels
legacy:hands
Hand tracking/gestures/etc
os:macOS
Issues on MacOS
platform:c++
Issues specific to C++ framework in mediapipe
type:build/install
For Build and Installation issues
Comments
Figured out how to build it, you need to add
However, it didn't run successfully
|
kuaashish
added
os:macOS
Issues on MacOS
platform:c++
Issues specific to C++ framework in mediapipe
legacy:hands
Hand tracking/gestures/etc
labels
Sep 30, 2024
yiyinglai
changed the title
Could not build desktop hand tracking gpu: no member named 'GetCVPixelBufferRef' in namespace 'mediapipe'
Desktop hand tracking gpu. Could not build desktop hand tracking gpu: no member named 'GetCVPixelBufferRef' in namespace 'mediapipe'
Oct 1, 2024
yiyinglai
changed the title
Desktop hand tracking gpu. Could not build desktop hand tracking gpu: no member named 'GetCVPixelBufferRef' in namespace 'mediapipe'
GPU support for macOS Metal?
Oct 16, 2024
I have the same issue, are there any new updates? @yiyinglai @kuaashish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
legacy:hands
Hand tracking/gestures/etc
os:macOS
Issues on MacOS
platform:c++
Issues specific to C++ framework in mediapipe
type:build/install
For Build and Installation issues
OS Platform and Distribution
macOS Somona 14.6
Compiler version
clang 15.0.0
Programming Language and version
C++(demo code)
Installed using virtualenv? pip? Conda?(if python)
No response
MediaPipe version
No response
Bazel version
No response
XCode and Tulsi versions (if iOS)
No response
Android SDK and NDK versions (if android)
No response
Android AAR (if android)
None
OpenCV version (if running on desktop)
No response
Describe the problem
no member named 'GetCVPixelBufferRef' in namespace 'mediapipe' when building desktop hand tracking gpu
Complete Logs
Following this guide https://ai.google.dev/edge/mediapipe/framework/getting_started/cpp, I can run desktop hand tracking cpu with no issue, but desktop hand tracking gpu could not be compiled, logs:
The text was updated successfully, but these errors were encountered: