NVIDIA DeepStream SDK API Reference

4.0.2 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvDsInferParseDetectionParams Struct Reference

Detailed Description

Holds the detection parameters required for parsing objects.

Definition at line 120 of file nvdsinfer_custom_impl.h.

Data Fields

unsigned int numClassesConfigured
 Number of classes requested to be parsed starting with classID 0. More...
 
std::vector< float > perClassThreshold
 Per class detection confidence threshold. More...
 

Field Documentation

unsigned int NvDsInferParseDetectionParams::numClassesConfigured

Number of classes requested to be parsed starting with classID 0.

Parsing functions should only output objects with classID < numClassesConfigured.

Definition at line 124 of file nvdsinfer_custom_impl.h.

std::vector<float> NvDsInferParseDetectionParams::perClassThreshold

Per class detection confidence threshold.

Parsing functions should only output objects with detectionConfidence >= perClassThreshold[object's classID]

Definition at line 127 of file nvdsinfer_custom_impl.h.


The documentation for this struct was generated from the following file: