google-ai-edge / mediapipe

Cross-platform, customizable ML solutions for live and streaming media.
https://ai.google.dev/edge/mediapipe
Apache License 2.0
27.46k stars 5.15k forks source link

Building pose keypoint aar platform:android solution:pose type:build/install #2047

Closed NotSpooky closed 3 years ago

NotSpooky commented 3 years ago

I can build the Android example app with bazel build -c opt --config=android_arm64 mediapipe/examples/android/src/java/com/google/mediapipe/apps/posetrackinggpu:posetrackinggpu

Is there a way to generate an AAR so I can import it from Flutter and use BlazePose from there?

RitvikMandyam commented 3 years ago

There are instructions about how to do this here: https://github.com/google/mediapipe/blob/master/docs/getting_started/android_archive_library.md

sgowroji commented 3 years ago

Hi @NotSpooky, Please go through the link .And reach us if you still have any query. Thanks!

NotSpooky commented 3 years ago

Thanks, it works!