表示对象的索引和置信度的结构体。
声明
typedef struct
{
int index;
float score;
} vitis::ai::VehicleClassificationResult::Score;
成员 | 描述 |
---|---|
index | ImageNet 中结果的索引。 |
score | 此类别的置信度。 |
声明
typedef struct
{
int index;
float score;
} vitis::ai::VehicleClassificationResult::Score;
成员 | 描述 |
---|---|
index | ImageNet 中结果的索引。 |
score | 此类别的置信度。 |