In nvinfer, there are three parameters:threshold pre-cluster-threshold Post-cluster-threshold . I understand that preClassPrecluster before clusting (such as cluster mode=2: nms), Post-cluster-threshold after clusting. For example, the bbox confidence in yolov5 lesser than pre-cluster-threshold would be rejected, then Comprehensive probability = the bbox confidence * the class probability. the comprehensive probability lesser than Post-cluster-threshold would be rejected. So what is this parameter threshold used for? Does it overlap with Post-cluster-threshold ?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Inference and clustering thresholds: nvinfer vs nvinferserver | 4 | 900 | October 25, 2022 | |
How does the pre-cluster-threshold parameter work for the detection problem? | 4 | 91 | January 16, 2025 | |
Pre cluster threshold | 4 | 3415 | October 12, 2021 | |
Strange behavior of the pre-cluster-threshold parameter | 9 | 461 | March 4, 2024 | |
Understanding "pre-cluster-threshold" | 2 | 472 | July 24, 2023 | |
Gst-nvinfer and Deepstream: Change pre-cluster-threshold during runtime | 3 | 789 | July 26, 2022 | |
How to match yolov3 TLT config in Experiment Spec File to deepstream pgie config? | 2 | 717 | October 12, 2021 | |
Set confidence threshold | 2 | 636 | October 9, 2021 | |
Detectnet - deepstream params | 5 | 687 | October 12, 2021 | |
Does the confidence of YOLO7 model match any parameter in deepstream configuration file? | 5 | 463 | December 22, 2023 |