-
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
Application crashing upon upgrading to latest mediapipe in android #4685
Comments
I am also getting the same crash on Samsung Galaxy S23, Android 13 with the following dependency
|
We can confirm the crash report on the same device, and are working on the solution to it. |
This has been fixed by 0.15.2. |
Still getting this issue in 0.20230731 It happens here |
Hello. I had the same issue with an Android S23 but managed to resolve it by using the latest version of Mediapipe (0.10.10)! |
Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
No
OS Platform and Distribution
Android 13
Mobile device if the issue happens on mobile device
Samsung Galaxy S22 Ultra, and newer devices
Browser and version if the issue happens on browser
No response
Programming Language and version
Kotlin
MediaPipe version
0.20230731
Bazel version
No response
Solution
Pose
Android Studio, NDK, SDK versions (if issue is related to building in Android environment)
No response
Xcode & Tulsi version (if issue is related to building for iOS)
No response
Describe the actual behavior
Describe the expected behaviour
Standalone code/steps you may have used to try to get what you need
Code is at https://github.com/googlesamples/mediapipe/tree/main/examples/pose_landmarker/android/app/src/main/java/com/google/mediapipe/examples/poselandmarker Using new mediapipe release: // MediaPipe Library implementation 'com.google.mediapipe:tasks-vision:0.20230731'
Other info / Complete Logs
No response
The text was updated successfully, but these errors were encountered: