Function of get result of the PointPillars neuron network.
Prototype
vitis::ai::PointPillarsResult run(const V1F &v1f)=0;
Parameters
The following table lists the run function arguments.
| Type | Name | Description |
|---|---|---|
| const V1F & | v1f | point data in vector<float> |
Returns
PointPillarsResult.