/PoseMatch_v3

Demo2 single pose matching + object detection (with updated version of TF)

Primary LanguageJava

PoseMatch v3

This folder contains an example application utilizing TensorFlow and OpenCV for Android devices. The application calls a server that executes Human Pose Estimation

Description

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.