Tensorflow Android Examples bounding box

how to get coordinate of the bounding box ,so i can get the object coordinate.

https://github.com/tensorflow/examples/blob/master/lite/examples/object_detection/android/screenshot/device-2018-09-04-121257.png

From the above link i need to get coordinate of the mouse ! so how to do the same

Check:

https://github.com/tensorflow/examples/blob/master/lite/examples/object_detection/android/lib_task_api/src/main/java/org/tensorflow/lite/examples/detection/tflite/TFLiteObjectDetectionAPIModel.java#L109