FaceFeature
的结果。它是 512 维矢量,定点值。声明
typedef struct
{
std::array< int8_t, 512 > vector_t;
int width;
int height;
float scale;
std::unique_ptr< vector_t > feature;
} vitis::ai::FaceFeatureFixedResult;
成员 | 描述 |
---|---|
vector_t | 512 维矢量,定点格式。 |
width | 输入图像的宽度。 |
height | 输入图像的高度。 |
scale | 定点。 |
feature | 512 个固定值的矢量。 |