Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jiuqiant/mediapipe_face_detection_aar_example

MediaPipe face detection gpu demo with MediaPipe's Android archive library
https://github.com/jiuqiant/mediapipe_face_detection_aar_example

Last synced: 9 days ago
JSON representation

MediaPipe face detection gpu demo with MediaPipe's Android archive library

Awesome Lists containing this project

README

        

This is an example of using MediaPipe AAR in Android Studio with Gradle.

The steps to build and use MediaPipe AAR is documented in MediaPipe's [android_archive_library.md](https://github.com/google/mediapipe/blob/master/mediapipe/docs/android_archive_library.md). The source code is copied from MediaPipe's [face detection gpu demo](https://github.com/google/mediapipe/tree/master/mediapipe/examples/android/src/java/com/google/mediapipe/apps/facedetectiongpu).