vitis::ai::SoloResult - vitis::ai::SoloResult - 2.5 English - UG1354

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2022-06-15
Version
2.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  
cate_scores