物体の座標、信頼度、分類からなる構造体。
宣言
typedef struct
{
float score;
std::vector< float > bbox;
uint32_t label;
} vitis::ai::PPBbox;
| メンバー | 説明 |
|---|---|
| score | 信頼度。 |
| bbox |
境界ボックス: x、y、z、x サイズ、y サイズ、z サイズ、ヨー、カスタム値など。 |
| label |
Classification
。 |