vitis::ai::CenterPointResult - 2.0 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2022-01-20
Version
2.0 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.