Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU). GPU
• DeepStream Version. : 7.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
I finetuned detectnet V2 using Nvidia tao on my cutom data, I exported the model in INT8 format and integrated to the deepstream piepleine, I am able to do the inference and everything is working fine. I am getting annotated infernece video from the sink.
I have one question, I want to send the detection payload(detection results after inference) using kafka to a topic. I am able to do that but I am not able get the bounding box confidence score of each detected object bbox. Does deepstream support this functionality by default(sending Model confidence for each bbox via kafka payload),
if not what can I do to achieve this functionality.
thanks.