Struct of an object coordinate, confidence and classification. .
Declaration
typedef struct
{
float score,
std::vector< float > bbox,
uint32_t label
} vitis::ai::PPBbox;
Member | Description |
---|---|
score | Confidence. |
bbox |
Bounding box: x, y, z, x-size, y-size, z-size, yaw, custom value and so on. |
label |
Classification . |