vitis::ai::PPBbox - 3.5 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 English
Struct of an object coordinate, confidence and classification.

Declaration

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

} vitis::ai::PPBbox;
Table 1. Structure vitis::ai::PPBbox Member Description
Member Description
score Confidence.
bbox

Bounding box: x, y, z, x-size, y-size, z-size, yaw, custom value and so on.

label Classification .