In the current version of the code, all classes are filtered based on the confidence set by the first class's attributes. This removes control from the end-user, and is falsely advertising the capabilities of the bbox parsers.
Additionally, the filtering is happening before clustering takes place, therefore the thresholding attribute is being changed from perClassThreshold to perClassPreclusterThreshold.
This makes all bbox parsers pre-processing consistent with NvDsInferParseCustomDDETRTAO.
In the current version of the code, all classes are filtered based on the confidence set by the first class's attributes. This removes control from the end-user, and is falsely advertising the capabilities of the bbox parsers.
Additionally, the filtering is happening before clustering takes place, therefore the thresholding attribute is being changed from
perClassThreshold
toperClassPreclusterThreshold
.This makes all bbox parsers pre-processing consistent with
NvDsInferParseCustomDDETRTAO
.