Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU): Jetson AGX Xavier
• DeepStream Version: 5.0
• JetPack Version (valid for Jetson only): 4.4
• TensorRT Version: 10.2
• Issue Type( questions, new requirements, bugs): question
I want to match the values in NMS Config component in yolov3 experiment spec file to deepstream pgie config but I’m not sure how to go about it.
My main question is I don’t know what is the role of cluster-mode
(i.e., what clustering is used for in nvinfer) ? My understand is the clustering used by deepstream are to group nearby bboxes together before NMS is applied, is that correct?
What I’ve done:
- Read the doc for Gst-nvinfer already and still can’t find the answer to my question.
- Followed the suggested options here and still have no affirmative answer to what clustering is used for in nvinfer.