Tracking for output parsing in Python

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.2
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only) 525
• Issue Type( questions, new requirements, bugs) questions

I’m trying to run output parsing in Python for object detection and tracking. I referred deepstream-ssd-parser and deepstream-test2, but I’m not so sure how to add detected objects after that custom output parsing to NVDS_TRACKER. Can you provide an example code or suggestions for this? Thanks.

You found the right samples. You just need add the detected objects to frame like function: add_obj_meta_to_frame().

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.