TI Deep Learning Library User Guide
TIDL_ODLayerObjInfo Struct Reference

Detailed Description

This structure contains the each object's information detected by Objection detection layer.

Data Fields

float32_tidl ObjId
 
float32_tidl label
 
float32_tidl score
 
float32_tidl xmin
 
float32_tidl ymin
 
float32_tidl xmax
 
float32_tidl ymax
 
TIDL_ODLayerKeyPoint keyPoints [TIDL_OD_MAX_KEY_POINTS]
 

Field Documentation

◆ ObjId

float32_tidl TIDL_ODLayerObjInfo::ObjId

Total Number of objects detected in the current process

◆ label

float32_tidl TIDL_ODLayerObjInfo::label

Size of objInfo in bytes

◆ score

float32_tidl TIDL_ODLayerObjInfo::score

Number of key points per Obj

◆ xmin

float32_tidl TIDL_ODLayerObjInfo::xmin

xmin of B Box

◆ ymin

float32_tidl TIDL_ODLayerObjInfo::ymin

ymin of B Box

◆ xmax

float32_tidl TIDL_ODLayerObjInfo::xmax

xax of B Box

◆ ymax

float32_tidl TIDL_ODLayerObjInfo::ymax

ymax of B Box

◆ keyPoints

TIDL_ODLayerKeyPoint TIDL_ODLayerObjInfo::keyPoints[TIDL_OD_MAX_KEY_POINTS]