MediapipeHandtracking_GPU_Bitmap_Input icon indicating copy to clipboard operation
MediapipeHandtracking_GPU_Bitmap_Input copied to clipboard

Handtracking mediapipe sample with bitmap RGB input

Results 4 MediapipeHandtracking_GPU_Bitmap_Input issues
Sort by recently updated
recently updated
newest added

Hello, I used your code for trying to handle by image but I notice that you also closed callbacks in here (https://github.com/afsaredrisy/MediapipeHandtracking_GPU_Bitmap_Input/blob/master/handtrackinggpu/MainActivity.java#L82) I see that when I tried to used,...

2013-01-18 17:32:24.951 3347-3462/com.google.mediapipe.apps.hands A/art: art/runtime/indirect_reference_table.cc:132] JNI ERROR (app bug): local reference table overflow (max=512) 2013-01-18 17:32:24.951 3347-3462/com.google.mediapipe.apps.hands A/art: art/runtime/indirect_reference_table.cc:132] local reference table dump: 2013-01-18 17:32:24.951 3347-3462/com.google.mediapipe.apps.hands A/art: art/runtime/indirect_reference_table.cc:132] Last 10...

@afsaredrisy Hi. It's a nice work. I have tried to run your code with Bitmap image successfully. However, I have a problem in obtaining the hand landmarks. Could you please...