I am running Deepstream 5.0 on both my Jetson Nano & Jetson NX using python examples.
I found in the sample programs, the “obj_meta.confidence” is negative value such as -0.100000000149 etc.
Based on my understanding, the confidence value should be a value that betweeen [0, 1].
Why is the confidence negative?
I want to show the confidence onto the frame, how can I get the real confidence value that between 0, 1?
The negative confidence is from the group rectangles type of clustering method.
This method does not output the confidence values for the clustered boxes and hence all objects will have -0.1 conf at the pgie.
The confidence -0.1 is set by clustering approach since the confidence value is not available.
The patch in next release will separate the confidence value for pgie and tracker to avoid confusion.
Hi , I have the same problem , when I run the application in my xavier AGX every time the meta.confidence have the same value and it’s négatif , -0.10 .
When I see visualisation of inference in Jupiter , I don’t have this problem , all it’s OK .
Do you know how I can fix it or if we need to wait update from you ?
Thank you