Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU): Jetson Orin Agx
• DeepStream Version: Deepstream 6.2
• JetPack Version (valid for Jetson only) : 5.1-b147
• TensorRT Version: 8.5.2-1+cuda11.4
• Issue Type( questions, new requirements, bugs): Question
• 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)
python /opt/nvidia/deepstream/deepstream-6.2/sources/deepstream_python_apps/apps/deepstream-test2/deepstream_test_2.py
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Hello! I am building a Deepstream application using python app “deepstream-test2” and want to show trajectories of pedestrians, like it is shown in this Nvidia blog:
Is there any reference code that I can use to show trajectories of tracked objects using a Deepstream based python application?