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