Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson Nano • DeepStream Version 5.1 • JetPack Version (valid for Jetson only) 4.5 • TensorRT Version 7.1 • NVIDIA GPU Driver Version (valid for GPU only) • Issue Type( questions, new requirements, bugs) Question
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Hello,
I want to get tracker bbox and confidence information in tiler probe function for frames where inference is skipped using interval property of nvinfer.
My custom tracker does prediction on skipped frames for that, Its drawing properly on OSD but I want the information in tiler probe function to implement some logic
I am using obj_meta’s tracker_bbox_info but I am not getting any values in it
Hello,
I found the issue my Probe was set to nvinfer element, I changed it to the nvtracker element and now I am getting the bounding box info for tracker as well.
tiler_src_pad = gst_element_get_static_pad (nvtracker, “src”)