Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jiuqiant/mediapipe_face_detection_aar_example
- Owner: jiuqiant
- Created: 2019-10-22T18:53:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T22:16:17.000Z (over 3 years ago)
- Last Synced: 2024-04-24T01:40:52.097Z (7 months ago)
- Language: Java
- Homepage:
- Size: 292 MB
- Stars: 72
- Watchers: 2
- Forks: 24
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mediapipe - MediaPipe face detection gpu demo with MediaPipe's Android archive library
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).