I am using deepstream-app.
May I know how to set confidence threshold in the app?
I can’t find in configuration file.
Check this,
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvinfer.html
| threshold | Detection threshold | Float, ≥0 | threshold=0.5 | Object detector |
|---|---|---|---|---|
| Both | ||||
| pre-cluster-threshold | Detection threshold to be applied prior to clustering operation | Float, ≥0 | pre-cluster-threshold= | Object detector |
| 0.5 | Both | |||
| Post-cluster-threshold | Detection threshold to be applied post clustering operation | Float, ≥0 | post-cluster-threshold= | Object detector |
| 0.5 | Both |