vitis::ai::CenterPointResult - 2.5 日本語

Vitis AI ライブラリ ユーザー ガイド (UG1354)

Document ID
UG1354
Release Date
2022-06-15
Version
2.5 日本語
centerpoint ネットワークの結果の構造体。

宣言

typedef struct
{
  std::vector< float > bbox;
  float score;
  int label;

} vitis::ai::CenterPointResult;
表 1. 構造体 vitis::ai::CenterPointResult のメンバーの説明
メンバー 説明
bbox  
score 境界ボックス 3d: {x, y, z, x_size, y_size, z_size, yaw}。
label スコア。