宣言
typedef struct
{
float score;
std::vector< float > bbox;
uint32_t label;
} vitis::ai::ClocsResult::PPBbox;
メンバー | 説明 |
---|---|
score | 信頼度。 |
bbox | 3D LiDAR 境界ボックス: x、y、z、x サイズ、y サイズ、z サイズ、ヨー。 |
label |
Classification
(
Clocs
のクラスは Car のみ)。 |