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;
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 |