TI Deep Learning Product User Guide
|
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] |
float32_tidl TIDL_ODLayerObjInfo::ObjId |
Total Number of objects detected in the current process
float32_tidl TIDL_ODLayerObjInfo::label |
Size of objInfo in bytes
float32_tidl TIDL_ODLayerObjInfo::score |
Number of key points per Obj
float32_tidl TIDL_ODLayerObjInfo::xmin |
xmin of B Box
float32_tidl TIDL_ODLayerObjInfo::ymin |
ymin of B Box
float32_tidl TIDL_ODLayerObjInfo::xmax |
xax of B Box
float32_tidl TIDL_ODLayerObjInfo::ymax |
ymax of B Box
TIDL_ODLayerKeyPoint TIDL_ODLayerObjInfo::keyPoints[TIDL_OD_MAX_KEY_POINTS] |