vitis::ai::PPResult - 1.4.1 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2021-12-11
Version
1.4.1 English
Struct of the final result returned by the pointpillars neuron network.

Declaration

typedef struct
{
  V2F final_box_preds,
  V1F final_scores,
  V1I label_preds
} vitis::ai::PPResult;
Table 1. Structure vitis::ai::PPResult member description
Member Description
final_box_preds Final box predicted.
final_scores Final scores predicted.
label_preds Final label predicted.