vitis::ai::SoloResult - 3.5 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 English
Result with the Solo network.

Declaration

typedef struct
{
  int width;
  int height;
  Ndarray< int > seg_masks;
  Ndarray< int > cate_labels;
  Ndarray< float > cate_scores;

} vitis::ai::SoloResult;
Table 1. Structure vitis::ai::SoloResult Member Description
Member Description
width Width of input image.
height Height of input image.
seg_masks Double size of input image.
cate_labels the labels
cate_scores the scores