vitis::ai::PPBbox - 2.0 English

Vitis AI Library User Guide (UG1354)

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