vitis::ai::PointPillarsResult - 1.4 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2021-07-22
Version
1.4 English
Struct of the final result returned by the pointpillars neuron 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 neuron network.