NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsPostProcessParseDetectionParams Struct Reference

Detailed Description

Holds the detection parameters required for parsing objects.

Definition at line 539 of file post_processor_struct.h.

Data Fields

unsigned int numClassesConfigured
 Holds the number of classes requested to be parsed, starting with class ID 0. More...
 
std::vector< float > perClassPreclusterThreshold
 Holds a per-class vector of detection confidence thresholds to be applied prior to the clustering operation. More...
 
std::vector< float > perClassPostclusterThreshold
 

Field Documentation

◆ numClassesConfigured

unsigned int NvDsPostProcessParseDetectionParams::numClassesConfigured

Holds the number of classes requested to be parsed, starting with class ID 0.

Parsing functions may only output objects with class ID less than this value.

Definition at line 544 of file post_processor_struct.h.

◆ perClassPostclusterThreshold

std::vector<float> NvDsPostProcessParseDetectionParams::perClassPostclusterThreshold

Definition at line 552 of file post_processor_struct.h.

◆ perClassPreclusterThreshold

std::vector<float> NvDsPostProcessParseDetectionParams::perClassPreclusterThreshold

Holds a per-class vector of detection confidence thresholds to be applied prior to the clustering operation.

Parsing functions may only output an object with detection confidence greater than or equal to the vector element indexed by the object's class ID.

Definition at line 550 of file post_processor_struct.h.


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