vitis::ai::ClocsResult::PPBbox - 3.5 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 English

Declaration

typedef struct
{
  float score;
  std::vector< float > bbox;
  uint32_t label;

} vitis::ai::ClocsResult::PPBbox;
Table 1. Structure vitis::ai::ClocsResult::PPBbox Member Description
Member Description
score Confidence.
bbox 3D lidar bounding box: x, y, z, x-size, y-size, z-size, yaw.
label Classification , for Clocs , only one class: Car.