|
VART-X
0.3.0
|
Detection infer result. More...
#include <vart_inferresult_types.hpp>


Public Attributes | |
| int32_t | x |
| int32_t | y |
| uint32_t | width |
| uint32_t | height |
| std::string | label |
| double | confidence |
| std::string | obj_track_label |
| int | class_id |
Public Attributes inherited from vart::InferResultData | |
| InferResultType | result_type |
Detection infer result.
| vart::DetectionResData::class_id |
Classification index
| vart::DetectionResData::confidence |
Probability score of the infer result
| vart::DetectionResData::height |
Height of the bounding box
| vart::DetectionResData::label |
Label string for the detected object
| vart::DetectionResData::obj_track_label |
Label of the tracked object
| vart::DetectionResData::width |
Width of the bounding box
| vart::DetectionResData::x |
X co-ordinate of top left corner of the bounding box
| vart::DetectionResData::y |
Y co-ordinate of top left corner of the bounding box