tflite_android_facedemo icon indicating copy to clipboard operation
tflite_android_facedemo copied to clipboard

the face demo on android

Results 5 tflite_android_facedemo issues
Sort by recently updated
recently updated
newest added

I am trying to run this project but it throws this error I have install bazel set the path and install cmake in android studio but still facing this problem....

Java_org_tensorflow_demo_FaceNetMobile_FaceEmbFeature(){ float *buffer1 = new float[128]; if (!feature1.empty()) memcpy(buffer1, &feature1[0], feature1.size()*sizeof(float)); // for(int i=0;iSetFloatArrayRegion(embfeature, 0, 128, buffer1); return embfeature; }

Thanks for sharing the code, I have a tflite model ( for detect eye region ) and I want to use this model on Android, What file you have provides...

Can you give the .pb file, from which you converted to the .tflite file?

感谢分享代码,有个疑问请教,facenet里面已经有了mtcnn做人脸检测,为啥还用ssd先检测一遍呢?谢谢!