-
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
How to build mediapipe as standalone aar library ? #88
Comments
same problem |
same problem |
We will be looking into this |
@aminm2a @lqz @ZhangWen0301 |
The instruction said to "put the following code into mediapipe/examples/android/src/java/com/google/mediapipe/apps/aar_example/BUILD" But I looked in v0.6.3 linked above, and there's no aar_example in the said folder. |
Can there be more help documents, such as how to use the interface? |
load(“//mediapipe/java/com/google/mediapipe:mediapipe_aar.bzl”, “mediapipe_aar”)
mediapipe_aar(
name = “mp_object_detection_aar”,
calculators = [“//mediapipe/graphs/object_detection:mobile_calculators”],
) actually there's official guide |
What is the steps to do to build mediapipe as a standalone aar library to be integrated in a project ?
The text was updated successfully, but these errors were encountered: