-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
mediapipe as dependency using bazel #256
Comments
@davidakr Pls check out the helloworld example in the mediapipe_addon repo of how to create C++ app with MediaPipe as remote dependency in bazel |
The hello_world example works just fine. In file included from external/org_tensorflow/tensorflow/lite/delegates/gpu/gl/egl_context.h:21:0, I was trying to build it with several different tensorflow versions but no success. |
Regrading your issue, this discussion is somehow related: #305 (comment) |
this solved my issue. |
Hi,
I am building a C++ Application on Ubuntu which should use mediapipe.
How do I configure the mediapipe framework as a remote dependency in a bazel project?
The text was updated successfully, but these errors were encountered: