vitis::ai::ClassificationResult::Score - 3.5 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 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.