Open gaofssvm opened 1 year ago
typedef struct { unsigned int classId; float left; float top; float width; float height; float detectionConfidence; float *mask; unsigned int mask_width; unsigned int mask_height; unsigned int mask_size; } NvDsInferInstanceMaskInfo;
typedef struct { unsigned int classId; float left; float top; float width; float height; float detectionConfidence; float *mask; unsigned int mask_width; unsigned int mask_height; unsigned int mask_size; } NvDsInferInstanceMaskInfo;