18 #ifndef __INFER_POST_DATATYPES_H__
19 #define __INFER_POST_DATATYPES_H__
22 #include <nvdsinfer.h>
52 unsigned int numObjects;
63 std::string safeAttributeLabel;
69 std::vector<InferAttribute> attributes;
72 } InferClassificationOutput;
93 float* class_probability_map;
102 #define INFER_SERVER_PRIVATE_BUF "@@NvInferServer"
104 #define INFER_SERVER_DETECTION_BUF_NAME INFER_SERVER_PRIVATE_BUF "Detections"
105 #define INFER_SERVER_CLASSIFICATION_BUF_NAME \
106 INFER_SERVER_PRIVATE_BUF "Classfications"
107 #define INFER_SERVER_SEGMENTATION_BUF_NAME \
108 INFER_SERVER_PRIVATE_BUF "Segmentations"