Struct of the result returned by the
PointPillarsNuscenes network. Declaration
typedef struct
{
std::vector< PPBbox > bboxes
} vitis::ai::PointPillarsNuscenesResult;
| Member | Description |
|---|---|
| bboxes | All bounding boxes. |