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