vitis::ai::ClassificationResult::Score - 3.0 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-01-12
Version
3.0 English
Struct of index and confidence for an object.

Declaration

typedef struct
{
  int index;
  float score;

} vitis::ai::ClassificationResult::Score;
Table 1. Structure vitis::ai::ClassificationResult::Score Member Description
Member Description
index The index of the result in the ImageNet.
score Confidence of this category.