This post is a follow-up to my last post: A Taste of TensorFlow on My Android Phone.
You could download my compiled Apk file here and install on your android device (>Android 7.0) (22-May-2018).
Update: 25-May-2018, fixed the bug of object tracking function in TF Detect. PS: While running the activities, pressing the volume keys on your device will
toggle debug visualizations on/off, rendering additional info to the screen that
may be useful for development purposes.
- tensorflow_demo_debug.apk (My compiled version: 4 Apps ~ 109.8 MB );
- TfLiteCameraDemo.apk (official version: 1 App ~ 20.05 MB).
Feel free to let me know if there are any bugs 🙂
In the last post, I just tried the TensorFlow for object classification (TF Classify). This time I installed all four demos of the TensorFlow Mobile for Android according to this tutorial: TensorFlow Lite Demo for Android. They are awesome 😛
Continue reading “A Taste of TensorFlow on My Android Phone (II)”