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!
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!