get_pointpillars_batch - 2.0 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2022-01-20
Version
2.0 English

Function to get the number of pointpillars inputs processed by the DPU at one time.

Note: Batch size of different DPU core may be different, it depends on the IP used. For pointpainting class, segmentation model and pointpillars models may be running on different DPU cores.

Prototype

size_t get_pointpillars_batch() const =0;

Returns

Batch size of pointpillars model.