I am very new to tensorflow. Now I am trying to use tensorflow_cifar-10 model on tensorflow android camera, the app is running but there is no output. At first I have tried this example: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android This example uses the .pb file at: https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip It works well. Then