#include <tfmodel.h>
Public Types | |
enum class | Output { NOSE , L_EYE , R_EYE , L_EAR , R_EAR , L_SHOULDER , R_SHOULDER , L_ELBOW , R_ELBOW , L_WRIST , R_WRIST , L_HIP , R_HIP , L_KNEE , R_KNEE , L_ANKLE , R_ANKLE , TOTAL } |
Static Public Attributes | |
static const float | confid_thresh = 0.3 |
static const char * | default_model = "lite-model_movenet_singlepose_lightning_tflite_int8_4.tflite" |
static const std::array< const char *,(size_t) Output::TOTAL > | names |
static const std::array< std::pair< Output, Output >, 12 > | connections |
|
strong |
|
inlinestatic |
|
inlinestatic |