This folder contains an example application utilizing TensorFlow and OpenCV for Android devices. The application calls a server that executes Human Pose Estimation
Inference is done using the TensorFlow Android Inference
Interface, which may be built separately
if you want a standalone library to drop into your existing application. Object
tracking and efficient YUV -> RGB conversion are handled by
libtensorflow_demo.so
.
A device running Android 5.0 (API 21) or higher is required to run the demo due to the use of the camera2 API, although the native libraries themselves can run on API >= 14 devices.