物体のインデックスおよび信頼度からなる構造体。
宣言
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 | このカテゴリの信頼度。 |