android_tflite icon indicating copy to clipboard operation
android_tflite copied to clipboard

GPU Accelerated TensorFlow Lite applications on Android NDK. Higher accuracy face detection, Age and gender estimation, Human pose estimation, Artistic style transfer

Results 8 android_tflite issues
Sort by recently updated
recently updated
newest added

Hey, I wanted to integrate mobilefacenet based face recognition with the tflite blazeface app and I would like to know the steps and how I can achieve that using GPU...

Following repo does zero cpu copy and processes frame directly on gpu. https://github.com/ochornenko/Camera2GLPreview Since your implementation is also on gpu, can we expect integration with vulkan and camera2 pipeline with...

Hi guys, I have to build `tflite_age_gender` but the bellow errors have occurred. `Executing tasks: [:app:assembleDebug] in project /Users/momo/Documents/example/AI/android_tflite/tflite_age_gender ABIs [arm64-v8a,armeabi-v7a,armeabi] set by 'android.injected.build.abi' gradle flag contained 'ARMEABI, ARM64_V8A' not...

Hello, I have a question about using the db_keras.tflite model in Android. I am not sure the correct parameters for the face detector when generating anchors. If you can provide...

Hi, Is there a way to add the face mesh tflite model from Mediapipe here? like you did with the hand landmark? Thank you.

Hi @terryky I have been trying to get 2 cameras working at the same time. Looks like you have utilizes camera 2 api so it's possible. For some reason merely...

Why score of key points has negative values and also values over 1.0 ? Here is printed values for a two keypoints before drawing a joint float s0 = pose_ret->pose[pid].key[id0].score;...