vitis::ai::PointPillarsResult - 3.0 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-01-12
Version
3.0 English
Struct of the final result returned by the pointpillars neural network encapsulated with width/height information.

Declaration

typedef struct
{
  int width;
  int height;
  PPResult ppresult;

} vitis::ai::PointPillarsResult;
Table 1. Structure vitis::ai::PointPillarsResult Member Description
Member Description
width Width of network input.
height Height of network input.
ppresult Final result returned by the pointpillars neural network.