This is an android application which shows how a trained TensorFlow lite Object detector file can be used in an android.
The initial version of this application was cloned from the android example on TensorFlow for Object detection.
If you are new to TensorFlow object detection APIs, you may check this series of 3 articles which describes from end to end how to setup, train and test your TensorFlow model on mobile. The 3 articles are
Setup TensorFlow for Object Detection on Ubuntu 16.04 (Part 1)
Training your Object Detection model on TensorFlow (Part 2)
Convert a TensorFlow frozen graph to a TensorFlow lite (tflite) file (Part 3)