I have just created a protobuff file (.pb
file) for my own custom images using a TensorFlow tutorial.
But when I replaced the same file into the assets folder in tensorflow/examples/android/assets
and try to build and generate an APK, the APK gets generated, but when I run the APK in an Android device, the APK crashes.
If I run the classify_image
from Python, it gives me proper results.
Appreciate any help.
0 comments:
Post a Comment