Hello! I’ve been using tao-deploy python inference scripts to conduct inference in python. I have trained trafficcamnet on my own data, exported the model to onnx, and then deployed the model to a tensorrt engine using the tao deploy API. I have a few questions about clustering. I am using the following config:
I understand that the confidence associated with each bbox is same as the coverage tensor for that bbox. This doesn’t make sense to me. Shouldn’t this figure denote the model’s confidence in the prediction not the number of grid cells covered by the object?
When I set the clustering_algortim to DBSCAN, I see the following output:
First thing I notice is that the output is radically different. Why does DBSCAN not select nearly as many of the post-processed bounding boxes as NMS? Is there something obvious in my config which is leading to this output?
Additionally, you can now see the that the confidence figures do not match coverage tensor. What do these figures represent?
Thanks!
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks