Rcan
ネットワークによる結果。宣言
typedef struct
{
int width;
int height;
std::vector< cv::Mat > feats;
std::vector< BoundingBox > bboxes;
} vitis::ai::FairMotResult;
| メンバー | 説明 |
|---|---|
| width | 入力イメージの幅。 |
| height | 入力イメージの高さ。 |
| feats | reid feat のベクター。 |
| bboxes |
BoundingBox
のベクター。 |