vitis::ai::FaceFeatureFixedResult - 1.2 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2020-07-21
Version
1.2 English
result of FaceFeature it is a 512 dimentions vector, fix point values

Declaration

typedef struct
{
  std::array< int8_t, 512 > vector_t  int width,
  int height,
  float scale  std::unique_ptr< vector_t > feature,

} vitis::ai::FaceFeatureFixedResult;
Table 1. Structure vitis::ai::FaceFeatureFixedResult member description
Member Description
vector_t the 512 dimention vector, in fix point format
width width of a input image
height height of a input image
scale the fix point
feature