Closed coselk closed 3 years ago
Hi @coselk, Could you please check this duplicate issue as per debug logs https://github.com/google/mediapipe/issues/232
Hi @coselk, Could you please check this duplicate issue as per debug logs #232
I've checked that and some other relevant issues before submission, this problem seems to be different.
Hi @sgowroji ,I've tried the workaround but still get the error. Other examples like hello-world,face mesh and face detection app won't crash, only the sefile seg crashes. So I am a little confused on the Android Jetpack API problems, I check other examples like the hair seg , it crashed as well. :(
Is the issue with Rockchip, have you tried upgrading the firmware. see https://github.com/google/mediapipe/issues/1060#issuecomment-686669385
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you.
Closing as stale. Please reopen if you'd like to work on this further.
Problem solved! After driving in the Mali series GPU for a while, I found FLOAT 16 is well supported on the Mali GPU series. If anyone meets the same Problem, please switch from float 32 to float16 while converting the model into tflite format.
System information
Describe behavior: Bazel build and install the selfie segmentation gpu example on RK3399 as guided on the mediapipe website. After launching the app for a while, the screen freezes and the app crashes. The logcat follows as below: After searching Google and it seems like some problems with the Camera, The error implies that requestThreadManager fails to get the response .
Any ideas on how to fix that? THX Other info / Complete Logs :