Struct of index and confidence for an object.
Declaration
typedef struct
{
int index;
float score;
} vitis::ai::ClassificationResult::Score;
Member | Description |
---|---|
index | The index of the result in the ImageNet. |
score | Confidence of this category. |