Function of get result of the
PointPillars
neural network.
Prototype
vitis::ai::PointPillarsResult
run(const float *points, int len)=0;
Parameters
The following table lists the run function arguments.
| Type | Member | Description |
|---|---|---|
| const float * | points | point data refered by float* @len: length of the points data ( float data length, not byte data length ) |
Returns
PointPillarsResult
.