vitis::ai::YOLOv8Result - 3.5 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 English
Struct of the result returned by the YOLOv8 neural network.

Declaration

typedef struct
{
  std::vector< BoundingBox > bboxes;

} vitis::ai::YOLOv8Result;
Table 1. Structure vitis::ai::YOLOv8Result Member Description
Member Description
bboxes All objects, The vector of BoundingBox .