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;
| Member | Description |
|---|---|
| width | Width of network input. |
| height | Height of network input. |
| ppresult | Final result returned by the pointpillars neuron network. |