• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Mods TensorFlow for Poets 2. Adding capture button and base storage for app with TensorFlow Lite model

JuliaZ

Newbie
I am trying to modify the Android project found here: https://github.com/googlecodelabs/tensorflow-for-poets-2/tree/master/android/tflite

I have already included my neural network as .lite file (TensorFlow Lite), it works rather good, but it is neccessary for me to place a button on the view to capture an image and to do more accurate prediction.

There is a great blog regarding this problem. It's here: https://www.inovex.de/blog/tensorflow-mobile-android-app/. But author explain here how to do it in app where .pb model is used (TensorFlow Mobile). He works with this repo: https://github.com/googlecodelabs/tensorflow-for-poets-2/tree/master/android/tfmobile. I would like to modify my app accurately like this example. Unfortunately, I can't ask him in a blog comment!

I am trying to understand it... Please, help me, thank you in advance!
 

Attachments

  • skrin.png
    skrin.png
    342.8 KB · Views: 168
Back
Top Bottom