vitis::ai::CenterPointResult - vitis::ai::CenterPointResult - 2.5 English - UG1354

Vitis AI Library User Guide (UG1354)

Document_ID
UG1354
Release_Date
2022-06-15
Version
2.5 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  
score Bounding box 3d: {x, y, z, x_size, y_size, z_size, yaw}.
label Score.