Struct of the result returned by the
YOLOv8
neural network. Declaration
typedef struct
{
std::vector< BoundingBox
> bboxes;
} vitis::ai::YOLOv8Result;
Member | Description |
---|---|
bboxes | All objects, The vector of
BoundingBox
. |