vitis::ai::CenterPointResult - 1.4.1 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2021-12-11
Version
1.4.1 English
Struct of the result with the centerpoint network.

Declaration

typedef struct
{
  std::vector< float > bbox,
  float score,
  int label
} vitis::ai::CenterPointResult;
Table 1. Structure vitis::ai::CenterPointResult member description
Member Description
bbox Bounding box 3d: {x, y, z, x_size, y_size, z_size, yaw}
score Score
label Classification