TensorFlowAndroidDemo icon indicating copy to clipboard operation
TensorFlowAndroidDemo copied to clipboard

TensorFlow Android stand-alone demo

Results 14 TensorFlowAndroidDemo issues
Sort by recently updated
recently updated
newest added

I am facing this error can you please help me.I will be thankful. "Session 'app': Error Installing APKs"

Hello, I want to modify the project to compile it for arm64-v8a. Is tehre a simple way to do that?

The first time. I run project and training data on Ubuntu. Everything working seems to be perfect. But When I change the source to Windows 10 "inferenceInterface.initializeTensorFlow" (can't resolve this...

error java.lang.UnsatisfiedLinkError: No implementation found for int ph.com.spamast.mliapp.TensorFlowClassifier.initializeTensorFlow()

I already have a libtensorflow_demo.so file placed in my jnilibs, but yet, it can't be found. this is the error java.lang.UnsatisfiedLinkError: No implementation found for int ph.com.spamast.mliapp.TensorFlowClassifier.initializeTensorFlow()...

Can I load a .nnet file generated by Neuroph Studio to the ImageListener? When I load a .nnet file these are the errors.. jni_utils.cc:108 Check failed: message->ParseFromZeroCopyStream(&adaptor) Fatal signal 6...

Hi, How can I use my own image database with this project ? Thanks

Hi Can you use tensorflow to design a face Verification on android ? Thank you!

I am trying to add new functionalities to the jni libraries but failed, I try to add the following **on tensorflow_jni.h** `JNIEXPORT jstring JNICALL TENSORFLOW_METHOD(test)( JNIEnv* env, jobject thiz); `...

How I can build latest r0.12 android demo in Tensorflow repo by myself for android studio? I want to learn to whole steps, so I can make latest version and...