vitis::ai::PPResult - 3.0 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-01-12
Version
3.0 English
Struct of the final result returned by the pointpillars neural 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.