vitis::ai::HourglassResult - 3.5 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 English
Result with the openpose network.

Declaration

typedef struct
{
  int width;
  int height;
  std::vector< PosePoint > poses;

} vitis::ai::HourglassResult;
Table 1. Structure vitis::ai::HourglassResult Member Description
Member Description
width Width of input image.
height Height of input image.
poses

A vector of pose, pose is represented by a vector of PosePoint . Joint points are arranged in order 0: head, 1: neck, 2: L_shoulder, 3:L_elbow, 4: L_wrist, 5: R_shoulder, 6: R_elbow, 7: R_wrist, 8: L_hip, 9:L_knee, 10: L_ankle, 11: R_hip, 12: R_knee, 13: R_ankle